import { Set } from '../../interfaces' import serie from '../S' const set: Set = { id: 'SCB', name: { 'zh-tw': '挑戰', th: 'ชาเลนจ์', id: 'Tantangan' }, serie: serie, cardCount: { official: 156 }, releaseDate: { 'zh-tw': '2021-01-29', th: '2021-03-26', id: '2021-05-21' } } export default set