import { Card } from '../../../interfaces' import Set from '../Ruby & Sapphire' const card: Card = { name: { en: "Energy Restore", }, illustrator: "Hideyuki Nakajima", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card