mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
23 lines
304 B
TypeScript
23 lines
304 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'SCF',
|
|
name: {
|
|
th: 'เปลี่ยนผ่าน',
|
|
id: 'Transformasi'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 176
|
|
},
|
|
releaseDate: {
|
|
th: '2022-11-11',
|
|
id: '2022-11-25'
|
|
}
|
|
}
|
|
|
|
export default set
|