import { Card } from '../../../interfaces' import Set from '../Crystal Guardians' const card: Card = { name: { en: "Memory Berry", }, illustrator: "Shizurow", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Tool", } export default card