1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 08:59:18 +00:00
Files
cards-database/data-asia/SV/SV10s.ts
2025-05-24 20:37:49 +02:00

23 lines
337 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV10s',
name: {
th: 'การผงาดของผู้ไร้พ่าย',
id: 'Kehadiran Juara'
},
serie: serie,
cardCount: {
official: 138
},
releaseDate: {
th: '2025-06-13',
id: '2025-05-30'
}
}
export default set