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

20 lines
268 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM9a',
name: {
ja: 'ナイトユニゾン',
ko: '나이트유니슨'
},
serie: serie,
cardCount: {
official: 55
},
releaseDate: '2019-01-11'
}
export default set