import { Card } from '../../../interfaces' import Set from '../Team Up' const card: Card = { name: { en: "Wondrous Labyrinth ◇", fr: "Labyrinthe Miracle ", }, illustrator: "5ban Graphics", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Stadium", } export default card