import { Card } from '../../../interfaces' import Set from '../Call of Legends' const card: Card = { name: { en: "Dual Ball", }, illustrator: "Takashi Yamaguchi", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card