mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
15 lines
215 B
JavaScript
15 lines
215 B
JavaScript
'use strict';
|
|
|
|
// This file defines some globals for use in the API Doc comments
|
|
|
|
/**
|
|
* @apiDefine Path Path Parameters
|
|
*/
|
|
|
|
/**
|
|
* @apiDefine Body Body Parameters
|
|
*/
|
|
|
|
/**
|
|
* @apiDefine Query Query Parameters
|
|
*/
|