1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

22 lines
270 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV6',
name: {
ja: '変幻の仮面'
},
serie: serie,
cardCount: {
official: 101
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
}
}
export default set