1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 13:22:15 +00:00

30 lines
278 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Promos'
const card: Card = {
name: {
en: "Camerupt Spirit Link",
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Trainer",
set: Set,
trainerType: "Tool",
}
export default card