1
0
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:
2025-05-18 00:53:26 +02:00
committed by GitHub
parent 8ca40f410d
commit c809b14783
815 changed files with 3183 additions and 960 deletions

View File

@@ -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"
}