import { Set } from '../../interfaces' import serie from '../S' const set: Set = { id: 'S6K', name: { ja: '漆黒のガイスト', ko: '칠흑의 가이스트', 'zh-tw': '漆黑幽魂', id: 'Astral Gelap Gulita', th: 'ภูตทมิฬ' }, serie: serie, cardCount: { official: 70 }, releaseDate: { ja: '2021-04-23', 'zh-tw': '2021-05-07', 'th': '2021-05-28', id: '2021-10-01' } } export default set