mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
setting up stuff
This commit is contained in:
7
typedefs.js
Normal file
7
typedefs.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @typedef {import('express').Request} Req
|
||||
* @typedef {import('express').Response} Res
|
||||
* @typedef {import('express').NextFunction} Next
|
||||
*/
|
||||
|
||||
exports.unused = {};
|
||||
Reference in New Issue
Block a user