mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
feat: add boosters to API (#737)
This commit is contained in:
@ -20,6 +20,19 @@ const set: Set = {
|
||||
official: 155
|
||||
},
|
||||
|
||||
boosters: {
|
||||
solgaleo: {
|
||||
name: {
|
||||
en: 'Solgaleo'
|
||||
}
|
||||
},
|
||||
lunala: {
|
||||
name: {
|
||||
en: 'Lunala'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
releaseDate: "2025-04-30"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user