Skip to content

Instantly share code, notes, and snippets.

View rerthal's full-sized avatar

Rafael Almeida Erthal Hermano rerthal

  • UNICAMP
  • Campinas
View GitHub Profile
/**
* @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.
*/