fix guest component
Some checks failed
Angular Build / build (push) Has been cancelled

This commit is contained in:
2026-03-20 19:14:59 +01:00
parent 902f1e97ee
commit f2986dd420
11 changed files with 229 additions and 30 deletions

View File

@@ -5,5 +5,6 @@ export interface GuestShow {
id: string;
showType: string;
date: Timestamp;
updatedAt?: Timestamp | Date;
songs: Song[];
}