import { Card } from '../../../interfaces' import Set from '../Unleashed' const card: Card = { name: { en: "Alph Lithograph", }, illustrator: "Milky Isobe", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Item", } export default card