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

20 lines
271 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM7',
name: {
ja: '裂空のカリスマ',
ko: '창공의 카리스마'
},
serie: serie,
cardCount: {
official: 96
},
releaseDate: '2018-06-01'
}
export default set