import { Card } from '../../../interfaces' import Set from '../Jungle' const card: Card = { name: { en: "Poké Ball", }, illustrator: "Keiji Kinebuchi", rarity: "Common", category: "Trainer", set: Set, } export default card