fix(FE): show model, union type
This commit is contained in:
parent
474cc47c10
commit
feaf9799ed
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export interface Show {
|
|||
liveStreamUsingCustomAuth?: boolean;
|
||||
liveStreamUser?: string;
|
||||
liveStreamPass?: string;
|
||||
imagePath?: string;
|
||||
imagePath?: string | File;
|
||||
hasAutoplaylist: boolean;
|
||||
autoplaylistId?: number;
|
||||
autoplaylistRepeat: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue