import { Card } from '../../../interfaces' import Set from '../Dark Explorers' const card: Card = { name: { en: "Pokémon Catcher", }, illustrator: "5ban Graphics", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Item", } export default card