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

21 lines
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SI',
name: {
'zh-tw': '初階牌組100'
},
serie: serie,
cardCount: {
official: 414
},
releaseDate: {
'zh-tw': '2022-02-18'
}
}
export default set