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: "이 차례에 자신의 배틀 포켓몬의 후퇴에 필요한 에너지를 1개 적게 만든다."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
boosters: []
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user