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

21 lines
260 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVC',
name: {
'zh-tw': '皮卡丘特別組合'
},
serie: serie,
cardCount: {
official: 21
},
releaseDate: {
'zh-tw': '2023-04-28'
}
}
export default set