import { Card } from '../../../interfaces' import Set from '../Forbidden Light' const card: Card = { name: { en: "Lysandre ◇", fr: "Lysandre ", }, illustrator: "Hitoshi Ariga", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Supporter", } export default card