import { Set } from '../../interfaces' import serie from '../BW' const set: Set = { id: 'BW5a', name: { ja: 'リューズブラスト', ko: '드래곤 블라스트' }, serie: serie, cardCount: { official: 50 }, releaseDate: '2012-03-16' } export default set