1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sword & Shield/SWSH Black Star Promos.ts

26 lines
383 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swshp: Set = {
id: "swshp",
name: {
en: "SWSH Black Star Promos",
pt: "ESES Promos",
fr: "Promo SWSH",
es: "Cartas de promoción ESES",
it: "SPSC Promo",
de: "SCSC Promokarten"
},
serie: serie,
cardCount: {
official: 107
},
releaseDate: "2019-11-15"
}
export default swshp