1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
Florian Bouillon a284fcac64
Updated DB and made it work with SDK
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-11 09:41:29 +01:00

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