export interface ProductionCompany { id: number; logoPath?: string; originCountry: string; name: string; } export interface Genre { id: number; name: string; }