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

20 lines
265 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'sn11',
name: {
ja: 'ミラクルツイン',
ko: '미라클트윈'
},
serie: serie,
cardCount: {
official: 94
},
releaseDate: '2019-05-31'
}
export default set