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

Fix interface

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-02-12 14:53:39 +01:00
parent 24aaf09aed
commit 669744d7c3
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -27,7 +27,7 @@ export default interface Set {
api?: string
legal?: {
standard: boolean,
standard: boolean
expanded: boolean
}