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

26 lines
369 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Scarlet & Violet'
const set: Set = {
id: "sv07",
name: {
de: "Stellarkrone",
en: "Stellar Crown",
es: "Corona Astral",
fr: "Couronne Stellaire",
it: "Corona Astrale",
pt: "Coroa Estelar"
},
serie: serie,
cardCount: {
official: 142
},
releaseDate: "2024-09-13"
}
export default set