1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 06:52:35 +00:00
committed by GitHub
parent e31d357d0f
commit 369f8dadf7
145 changed files with 39 additions and 764 deletions

5
interfaces.d.ts vendored
View File

@ -37,11 +37,6 @@ export interface Set {
}
releaseDate: string
legal?: {
standard: boolean
expanded: boolean
}
}
export interface Card {