mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-03 21:02:02 +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