1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

30 lines
257 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Base Set 2'
const card: Card = {
name: {
en: "Energy Removal",
},
illustrator: "Keiji Kinebuchi",
rarity: "Common",
category: "Trainer",
set: Set,
}
export default card