You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportinterfaceDeck{id: `deck-${string}-${string}` // {set id}-{deck abbreviation}set: Setname: LanguagestypesFocus: Array<Types>cards: Array<{/** * Card Global ID */id: string/** * Card quantity in the deck */quantity?: number/** * Card variant */variant?: keyofOmit<variants,'normal'|'firstEdition'>}|string/* just the card global ID */>}
data/[serie]/[set]/decks/[deckname].ts or elsewhere
Blocked by #59
What do you want to change?
What change do you want to do?
Describe the change(s) you want to be added/enhanced
Add new datas to support decks that are/was sold in the market
possible sourcing https://bulbapedia.bulbagarden.net/wiki/Theme_Deck_(TCG)
data/[serie]/[set]/decks/[deckname].ts
or elsewhereThe text was updated successfully, but these errors were encountered: