import { Card } from '../../../interfaces' import Set from '../Power Keepers' const card: Card = { name: { en: "Great Ball", }, illustrator: "Nakaoka", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card