mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +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
|
|
*/
|