import { Card } from '../../../interfaces' import Set from '../Emerald' const card: Card = { name: { en: "Rare Candy", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card