publish show

This commit is contained in:
2020-04-17 15:13:39 +02:00
committed by smuddy
parent b8fbcb4b9a
commit c5748d5e34
19 changed files with 126 additions and 63 deletions

View File

@@ -8,6 +8,8 @@ export interface Show {
owner: string;
public: boolean;
reported: boolean;
published: boolean;
archived: boolean;
presentationSongId: string;
presentationSection: number;