mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
23 lines
306 B
TypeScript
23 lines
306 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'SCE',
|
|
name: {
|
|
th: 'เกรทพาวเวอร์',
|
|
id: 'Kebangkitan'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 173
|
|
},
|
|
releaseDate: {
|
|
th: '2022-01-28',
|
|
id: '2022-04-22'
|
|
}
|
|
}
|
|
|
|
export default set
|