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

21 lines
268 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SLD',
name: {
'zh-tw': '起始組合VSTAR 達克萊伊'
},
serie: serie,
cardCount: {
official: 20
},
releaseDate: {
'zh-tw': '2022-03-11'
}
}
export default set