mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +00:00
feat: add boosters to API (#737)
This commit is contained in:
@ -28,7 +28,8 @@ const card: Card = {
|
||||
ko: "상대의 패의 앞면을 모두 본다."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
boosters: []
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user