mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 05:11:58 +00:00
feat: add boosters to API (#737)
This commit is contained in:
@@ -67,7 +67,8 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
rarity: "Crown"
|
||||
rarity: "Crown",
|
||||
boosters: ["charizard", "mewtwo", "pikachu"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user