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

30 lines
257 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Skyridge'
const card: Card = {
name: {
en: "Underground Lake",
},
illustrator: "Midori Harada",
rarity: "Uncommon",
category: "Trainer",
set: Set,
}
export default card