interface FreeGamesData

export interface FreeGamesData

games : { store: string; id: string; title: string; description: string; image?: string; original_price: number; currency: string; free_until: number; }[]