import { Card } from '../../../interfaces' import Set from '../Dark Explorers' const card: Card = { name: { en: "Random Receiver", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card