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