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

16 lines
364 B
TypeScript

import { Serie } from '../interfaces'
const serie: Serie = {
name: {
ja: 'ポケモンカードゲーム スカーレット&バイオレット',
'zh-cn': '朱&紫系列',
'zh-tw': '朱&紫系列',
th: 'สการ์เล็ต&ไวโอเล็ต',
id: 'Scarlet & Violet',
ko: '스칼렛・바이올렛'
},
id: "SV"
}
export default serie