mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Add authentication and authorization
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
interface DataStoredInToken {
|
||||
_id: string;
|
||||
}
|
||||
|
||||
export default DataStoredInToken;
|
Reference in New Issue
Block a user