fix: cardsCount

This commit is contained in:
2024-01-20 16:07:32 +01:00
parent e9e30fe435
commit d95d5d8e20
6 changed files with 193 additions and 125 deletions

View File

@@ -5,7 +5,6 @@ export class Deck {
userId: string
name: string
isPrivate: boolean
shots: number
cover: string | null
created: Date
updated: Date