1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-03 16:12:10 +00:00
cards-database/data/Sun & Moon/Unified Minds.ts

28 lines
359 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm11: Set = {
id: "sm11",
name: {
en: "Unified Minds",
fr: "Harmonie des Esprits"
,
},
serie: serie,
tcgOnline: "UNM",
cardCount: {
total: 258,
official: 236
},
releaseDate: "2019-08-02",
legal: {
standard: true,
expanded: true
},
}
export default sm11