import { Card } from '../../../interfaces' import Set from '../Team Rocket' const card: Card = { name: { en: "Challenge!", }, illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Trainer", set: Set, } export default card