import { Card } from '../../../interfaces' import Set from '../Base Set' const card: Card = { name: { en: "Switch", fr: "Transfert" }, illustrator: "Keiji Kinebuchi", rarity: "Common", category: "Trainer", set: Set, effect: { fr: "Échangez 1 Pokémon de votre Banc avec votre Pokémon actif." } } export default card