import { Card } from '../../../interfaces' import Set from '../Team Rocket Returns' const card: Card = { name: { en: "Rocket's Hideout", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Stadium", } export default card