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

20 lines
269 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM2L',
name: {
ja: 'アローラの月光',
ko: '알로라의 달빛'
},
serie: serie,
cardCount: {
official: 50
},
releaseDate: '2017-03-17'
}
export default set