1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-03 08:02:10 +00:00

30 lines
312 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Team Magma vs Team Aqua'
const card: Card = {
name: {
en: "Team Magma's Technical Machine 01",
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Item",
}
export default card