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