import { Card } from '../../../interfaces' import Set from '../Unbroken Bonds' const card: Card = { name: { en: "Pokégear 3.0", }, illustrator: "Studio Bora Inc.", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Item", } export default card