2026-02-15 16:09:25 -05:00

8 lines
112 B
TypeScript

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