import { Card } from "../../../interfaces" import Set from "../Promos-A" const card: Card = { set: Set, name: { en: "Hand Scope" }, illustrator: "Toyste Beach", rarity: "One Diamond", category: "Trainer", effect: { en: "Your opponent reveals their hand." }, trainerType: "Item" } export default card