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

20 lines
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM6',
name: {
ja: '禁断の光',
ko: '금단의 빛'
},
serie: serie,
cardCount: {
official: 94
},
releaseDate: '2018-03-02'
}
export default set