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

20 lines
262 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM5M',
name: {
ja: 'ウルトラムーン',
ko: '울트라문'
},
serie: serie,
cardCount: {
official: 66
},
releaseDate: '2017-12-08'
}
export default set