mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
basically done (at least the essential part)
This commit is contained in:
1
backend/src/definitions.d.ts
vendored
1
backend/src/definitions.d.ts
vendored
@@ -5,6 +5,7 @@ export interface Room {
|
||||
playlistIndex: number;
|
||||
roomName: string;
|
||||
roomToken: string;
|
||||
ownerUID: string;
|
||||
}
|
||||
|
||||
export interface Song {
|
||||
|
||||
Reference in New Issue
Block a user