import { Card } from '../../../interfaces' import Set from '../Dark Explorers' const card: Card = { name: { en: "N", }, illustrator: "Megumi Mizutani", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Supporter", } export default card