mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-01 15:51:41 +02:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
interface DataStoredInToken {
|
|
_id: string;
|
|
}
|
|
|
|
export default DataStoredInToken; |