mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(api): tv details endpoint
This commit is contained in:
11
server/models/common.ts
Normal file
11
server/models/common.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface ProductionCompany {
|
||||
id: number;
|
||||
logoPath?: string;
|
||||
originCountry: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface Genre {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
Reference in New Issue
Block a user