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

28 lines
348 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm1: Set = {
id: "sm1",
name: {
en: "Sun & Moon",
fr: "Soleil et Lune"
,
},
serie: serie,
tcgOnline: "SUM",
cardCount: {
total: 172,
official: 149
},
releaseDate: "2017-02-03",
legal: {
standard: false,
expanded: true
},
}
export default sm1