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

12 lines
153 B
TypeScript

import { Serie } from '../interfaces'
const serie: Serie = {
name: {
ja: 'サン&ムーン',
ko: '썬&문'
},
id: 'SM'
}
export default serie