This commit is contained in:
2025-11-01 21:10:31 -07:00
parent c90cf0ed55
commit 3c05196dda
11 changed files with 155 additions and 30 deletions

View File

@@ -3,5 +3,6 @@ export interface Game {
name: string
official: boolean
verified: boolean
developer: string | null
cutOff: number | null
}