interface Generic {
    category: number;
    coverUrl?: string;
    genres?: number[];
    id: number;
    machines?: number[];
    pegi?: string[];
    publishers?: number[];
    releaseDate?: string;
    releaseMachines?: number[];
    title: string;
    type: number;
}

Hierarchy (View Summary)

Properties

category: number
coverUrl?: string
genres?: number[]
id: number
machines?: number[]
pegi?: string[]
publishers?: number[]
releaseDate?: string
releaseMachines?: number[]
title: string
type: number