import { Card } from "../../../interfaces" import Set from "../SPZ" const card: Card = { set: Set, name: { ja: "基本雷エネルギー" }, category: "Energy", energyType: "Normal" } export default card