1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

Remove Set.cardCount.total (#46)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-12 21:09:38 +02:00
committed by GitHub
parent 9138eedb16
commit ec65614572
156 changed files with 9 additions and 165 deletions

1
interfaces.d.ts vendored
View File

@ -32,7 +32,6 @@ export interface Set {
variants: Mandatory<variants>
cardCount: {
total: number
official: number
}