This commit is contained in:
efrilm
2025-09-18 00:10:19 +07:00
parent a6f80bbd02
commit 757d9f524a
6 changed files with 314 additions and 359 deletions
+9
View File
@@ -15,3 +15,12 @@ export interface Games {
limit: number
total_pages: number
}
export interface GameRequest {
name: string
type: string
is_active: boolean
metadata: {
imageUrl?: string
}
}