1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
Florian Bouillon 3c93a3534c
Some checks failed
Build / build (push) Failing after 59s
feat: Add Scarlet & violet three first sets (#446)
2023-11-12 14:56:22 +01:00

26 lines
306 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Scarlet & Violet'
const set: Set = {
id: "sv03.5",
name: {
de: "151",
en: "151",
es: "151",
fr: "151",
it: "151",
pt: "151"
},
serie: serie,
cardCount: {
official: 165
},
releaseDate: "2023-09-22"
}
export default set