mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
21 lines
251 B
TypeScript
21 lines
251 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SV'
|
|
|
|
const set: Set = {
|
|
id: 'SV6s',
|
|
name: {
|
|
id: 'Topeng Transfigurasi'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 167
|
|
},
|
|
releaseDate: {
|
|
id: '2024-05-31'
|
|
}
|
|
}
|
|
|
|
export default set
|