import { Card } from '../../../interfaces' import Set from '../Hidden Legends' const card: Card = { name: { en: "Life Herb", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card