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

20 lines
272 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM11a',
name: {
ja: 'リミックスバウト',
ko: '리믹스바우트'
},
serie: serie,
cardCount: {
official: 64
},
releaseDate: '2019-07-05'
}
export default set