mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-25 17:39:54 +00:00
23 lines
322 B
TypeScript
23 lines
322 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SV'
|
|
|
|
const set: Set = {
|
|
id: 'SV9s',
|
|
name: {
|
|
th: 'สายใยแห่งโชคชะตา',
|
|
id: 'Ikatan Takdir'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 139
|
|
},
|
|
releaseDate: {
|
|
th: '2025-04-11',
|
|
id: '2025-04-18'
|
|
}
|
|
}
|
|
|
|
export default set
|