1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 21:32:03 +00:00
Files
cards-database/expansions/hgss.ts
2020-03-16 21:11:34 +01:00

9 lines
153 B
TypeScript

import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const set: Expansion = {
name: "HeartGold & SoulSilver",
code: "hgss"
}
export default set