1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-01 15:12:10 +00:00

28 lines
341 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm9: Set = {
id: "sm9",
name: {
en: "Team Up",
fr: "Duo de Choc"
,
},
serie: serie,
tcgOnline: "TEU",
cardCount: {
total: 181,
official: 181
},
releaseDate: "2019-01-31",
legal: {
standard: true,
expanded: true
},
}
export default sm9