This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @apiDefineStructure ${NAME}Params | |
* @apiParam {String} slug ${MODEL} identifier | |
*/ | |
/** | |
* @apiDefineStructure ${NAME}Success | |
* @apiSuccess {String} slug ${MODEL} identifier | |
* @apiSuccess {Date} createdAt Date of document creation. | |
* @apiSuccess {Date} updatedAt Date of document last change. | |
*/ |