import { Set } from '../../interfaces' import serie from '../S' const set: Set = { id: 'SP5', name: { 'zh-tw': '強大' // TODO: find the correct name }, serie: serie, cardCount: { official: 0 }, releaseDate: { 'zh-tw': '2021-08-27' } } export default set