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

18 lines
289 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Celebrations'
const card: Card = {
set: Set,
name: {
en: "Here Comes Team Rocket!"
},
illustrator: "Ken Sugimori",
rarity: "Classic Collection",
category: "Trainer",
trainerType: "Supporter"
}
export default card