mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01: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
|
|
*/
|