mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: add boosters to API (#737)
This commit is contained in:
@ -20,6 +20,24 @@ const set: Set = {
|
||||
official: 226
|
||||
},
|
||||
|
||||
boosters: {
|
||||
mewtwo: {
|
||||
name: {
|
||||
en: 'Mewtwo'
|
||||
}
|
||||
},
|
||||
charizard: {
|
||||
name: {
|
||||
en: 'Charizard'
|
||||
}
|
||||
},
|
||||
pikachu: {
|
||||
name: {
|
||||
en: 'Pikachu'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
releaseDate: "2024-10-30"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user