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

21 lines
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVP1',
name: {
'zh-tw': 'ex特別組合'
},
serie: serie,
cardCount: {
official: 7
},
releaseDate: {
'zh-tw': '2023-06-02'
}
}
export default set