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

20 lines
272 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM10b',
name: {
ja: 'スカイレジェンド',
ko: '스카이레전드'
},
serie: serie,
cardCount: {
official: 56
},
releaseDate: '2019-04-26'
}
export default set