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

fix: Add SV08 Surging Sparks card variants (#592)

* fix: Add SV08 Surging Sparks card variants

* fix: Fix validate by adding 'abbreviation' to Set interface
This commit is contained in:
Duncan
2024-12-01 17:26:45 -05:00
committed by GitHub
parent 109921761e
commit 2b6d06184d
253 changed files with 1599 additions and 504 deletions

View File

@ -94,6 +94,7 @@ export interface Set extends SetResume {
firstEd?: number;
};
cards: Array<CardResume>;
abbreviation: { official: string, localized: string };
}
export interface CardResume {
id: string;