1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

Added Jumbo and pre-release variants (#110)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-10-20 15:31:56 +02:00 committed by GitHub
parent 20e0aa578f
commit 7ebfddcc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
interfaces.d.ts vendored
View File

@ -12,6 +12,8 @@ interface variants {
reverse?: boolean
holo?: boolean
firstEdition?: boolean
jumbo?: boolean
preRelease?: boolean
}
export type Types = 'Colorless' | 'Darkness' | 'Dragon' |