mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
16 lines
215 B
JavaScript
16 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
|
||
|
|
*/
|