export interface Game { id: number title: string description: string thumbnail: any active: boolean }