1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-02 00:29:17 +00:00
Files
cards-database/expansions/sm.ts

32 lines
357 B
TypeScript

import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const set: Expansion = {
name: {
en: "Sun & Moon",
fr: "Soleil & Lune",
},
code: "sm",
sets: [
"det1",
"sm1",
"sm2",
"sm3",
"sm35",
"sm4",
"sm5",
"sm6",
"sm7",
"sm75",
"sm8",
"sm9",
"sm10",
"sm11",
"sm115",
"sm12",
"sma",
"smp",
]
}
export default set