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

30 lines
286 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Time-Space Distortion",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Trainer",
set: Set,
trainerType: "Item",
}
export default card