1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

20 lines
276 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM3H',
name: {
ja: '闘う虹を見たか',
ko: '어둠을 밝힌 무지개'
},
serie: serie,
cardCount: {
official: 51
},
releaseDate: '2017-06-16'
}
export default set