mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add firstSet and lastSet properties to Serie interface (#591)
This commit is contained in:
2
meta/definitions/api.d.ts
vendored
2
meta/definitions/api.d.ts
vendored
@ -15,6 +15,8 @@ export interface SerieResume {
|
||||
* /series/:id endpoint
|
||||
*/
|
||||
export interface Serie extends SerieResume {
|
||||
firstSet: SetResume;
|
||||
lastSet: SetResume;
|
||||
sets: Array<SetResume>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user