mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +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;
|
||||
trailerStreams?: any[];
|
||||
videos?: any[];
|
||||
seasons?: Array<{
|
||||
season: number;
|
||||
poster?: string;
|
||||
}>;
|
||||
inLibrary?: boolean;
|
||||
directors?: string[];
|
||||
creators?: string[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue