import { Card } from '../../../interfaces' import Set from '../Promos' const card: Card = { name: { en: "Lucario Spirit Link", }, illustrator: "5ban Graphics", rarity: "Common", category: "Trainer", set: Set, trainerType: "Tool", } export default card