mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: add boosters to API (#737)
This commit is contained in:
@ -20,6 +20,19 @@ const set: Set = {
|
||||
official: 140
|
||||
},
|
||||
|
||||
boosters: {
|
||||
palkia: {
|
||||
name: {
|
||||
en: 'Palkia'
|
||||
}
|
||||
},
|
||||
dialga: {
|
||||
name: {
|
||||
en: 'Dialga'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
releaseDate: "2025-01-30"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user