import { Card } from '../../../interfaces' import Set from '../Power Keepers' const card: Card = { name: { en: "Claw Fossil", }, illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", set: Set, hp: 40, trainerType: "Item", } export default card