basically done

This commit is contained in:
2024-06-29 15:48:04 +02:00
parent 429bb53f36
commit 1c4aace806
16 changed files with 219 additions and 32 deletions

View File

@@ -6,6 +6,7 @@ export interface Room {
roomName: string;
roomToken: string;
ownerUID: string;
useAntiTamper: boolean;
}
export interface Song {