Options
All
  • Public
  • Public/Protected
  • All
Menu

Module validators/comments

Index

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> } = ...

Type declaration

  • body: ObjectSchema<any>

Const updateComment

updateComment: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...

Type declaration

  • body: ObjectSchema<any>
  • params: ObjectSchema<any>

Generated using TypeDoc