import { Set } from '../../interfaces' import serie from '../SV' const set: Set = { id: 'SV2D', name: { ja: 'クレイバースト', ko: '클레이버스트', 'zh-tw': '碟旋暴擊', id: 'Letusan Tanah', th: 'เคลย์เบิสต์' }, serie: serie, cardCount: { official: 71 }, releaseDate: { ja: '2023-04-14', 'zh-tw': '2023-04-28', id: '2023-06-30', th: '2023-06-30' } } export default set