import { Card } from '../../../interfaces' import Set from '../Neo Revelation' const card: Card = { name: { en: "Old Rod", }, illustrator: "Keiji Kinebuchi", rarity: "Common", category: "Trainer", set: Set, } export default card