1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-12 20:07:51 +00:00
Florian Bouillon bf8afea92a
feat: add set
Signed-off-by: Avior <git@avior.me>
2024-10-11 19:49:06 +02: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