mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
20 lines
284 B
TypeScript
20 lines
284 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SV'
|
|
|
|
const set: Set = {
|
|
id: 'SVDs',
|
|
name: {
|
|
id: 'Deck Ringkas ex',
|
|
th: 'ex คอมแพกต์เด็ค'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 163
|
|
},
|
|
releaseDate: '2023-11-10'
|
|
}
|
|
|
|
export default set
|