mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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:
1
meta/definitions/api.d.ts
vendored
1
meta/definitions/api.d.ts
vendored
@ -94,6 +94,7 @@ export interface Set extends SetResume {
|
||||
firstEd?: number;
|
||||
};
|
||||
cards: Array<CardResume>;
|
||||
abbreviation: { official: string, localized: string };
|
||||
}
|
||||
export interface CardResume {
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user