Variables
Const deleteContent
deleteContent: { params: ObjectSchema<any> } = ...
Type declaration
-
params: ObjectSchema<any>
Const getContent
getContent: { params: ObjectSchema<any> } = ...
Type declaration
-
params: ObjectSchema<any>
Const postContent
postContent: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...
Type declaration
-
body: ObjectSchema<any>
-
params: ObjectSchema<any>
Const putContent
putContent: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...
Type declaration
-
body: ObjectSchema<any>
-
params: ObjectSchema<any>
Validator for POSTing contents A new content entry has no found date