/** * Genre obj */ export interface Genre { name: string; slug: string; }