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

32 lines
418 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm1: Set = {
id: "sm1",
name: {
en: "Sun & Moon",
fr: "Soleil et Lune",
es: "Sol y Luna",
it: "Sole e Luna",
de: "Sonne & Mond",
pt: "Sol e Lua"
},
serie: serie,
tcgOnline: "SUM",
cardCount: {
official: 149
},
releaseDate: "2017-02-03",
abbreviations: {
official: "SUM",
fr: "S&L"
}
}
export default sm1