Skip to content

Commit

Permalink
fix: Fix validate by adding 'abbreviation' to Set interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnidr committed Nov 30, 2024
1 parent 9feecb2 commit 888b4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/definitions/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export interface Set extends SetResume {
firstEd?: number;
};
cards: Array<CardResume>;
abbreviation: { official: string, localized: string };
}
export interface CardResume {
id: string;
Expand Down

0 comments on commit 888b4ce

Please sign in to comment.