1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-30 15:59:18 +00:00
Files
cards-database/data/Base/Base Set/decks/Zap!.ts
2024-01-03 03:55:57 +01:00

15 lines
231 B
TypeScript

import { Deck } from "../../../../interfaces"
import Set from "../../Base Set"
const deck: Deck = {
id: "td.base1.za",
name: {
en: "Zap!"
},
set: Set,
typesFocus: ["Lightning", "Psychic"],
cards: []
}
export default deck