import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { name: { en: "Boss’s Orders (Giovanni)", }, illustrator: "nagimiso", rarity: "Ultra Rare", category: "Trainer", set: Set, effect: { en: "Switch 1 of your opponent’s Benched Pokémon with their Active Pokémon.", }, } export default card