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