Variables
Const deleteComment
deleteComment: { params: ObjectSchema<any> } = ...
Type declaration
-
params: ObjectSchema<any>
Const getComments
getComments: { params: ObjectSchema<any>; query: ObjectSchema<any> } = ...
Type declaration
-
params: ObjectSchema<any>
-
query: ObjectSchema<any>
Const postComment
postComment: { body: ObjectSchema<any> } = ...
Const updateComment
updateComment: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...
Type declaration
-
body: ObjectSchema<any>
-
params: ObjectSchema<any>