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

21 lines
263 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SJ',
name: {
'zh-tw': '藏瑪然特VS無極汰那'
},
serie: serie,
cardCount: {
official: 28
},
releaseDate: {
'zh-tw': '2022-01-28'
}
}
export default set