import { Card } from '../../../interfaces' import Set from '../Ultra Prism' const card: Card = { name: { en: "Super Boost Energy ◇", fr: "Énergie Super Boost ", }, illustrator: undefined, rarity: "Rare", category: "Energy", set: Set, energyType: "Special", } export default card