import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { name: { en: "Galar Mine", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "The Retreat Cost of both Active Pokémon is ColorlessColorless more.", }, } export default card