1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-11 15:45:14 +00:00
Files
cards-database/data/Gym/Gym Heroes/102.ts

30 lines
243 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Gym Heroes'
const card: Card = {
name: {
en: "Misty",
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Trainer",
set: Set,
}
export default card