Type Alias MediaInfoCategory

MediaInfoCategory: {
    id: number;
    title: string;
    type: string;
}