Update types.ts

This commit is contained in:
6ip 2026-03-24 03:57:34 +03:00 committed by GitHub
parent 47a45e9bfc
commit 179bd42806
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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[];