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