spotify-manager/typedefs.js
2022-07-12 21:42:06 +05:30

7 lines
168 B
JavaScript

/**
* @typedef {import('express').Request} Req
* @typedef {import('express').Response} Res
* @typedef {import('express').NextFunction} Next
*/
exports.unused = {};