import { Card } from '../../../interfaces' import Set from '../Nintendo Black Star Promos' const card: Card = { name: { en: "Championship Arena", }, illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", set: Set, trainerType: "Stadium", } export default card