mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
23 lines
322 B
TypeScript
23 lines
322 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SV'
|
|
|
|
const set: Set = {
|
|
id: 'SV8s',
|
|
name: {
|
|
id: 'Kilat Rasi',
|
|
th: 'สเตลลาร์สายฟ้าฟาด'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 182
|
|
},
|
|
releaseDate: {
|
|
id: '2024-11-29',
|
|
th: '2024-12-23'
|
|
}
|
|
}
|
|
|
|
export default set
|