mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
Update types.ts
This commit is contained in:
parent
47a45e9bfc
commit
179bd42806
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ export interface StreamingContent {
|
||||||
released?: string;
|
released?: string;
|
||||||
trailerStreams?: any[];
|
trailerStreams?: any[];
|
||||||
videos?: any[];
|
videos?: any[];
|
||||||
|
seasons?: Array<{
|
||||||
|
season: number;
|
||||||
|
poster?: string;
|
||||||
|
}>;
|
||||||
inLibrary?: boolean;
|
inLibrary?: boolean;
|
||||||
directors?: string[];
|
directors?: string[];
|
||||||
creators?: string[];
|
creators?: string[];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue