mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-29 14:22:09 +00:00
22 lines
275 B
TypeScript
22 lines
275 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../Sword & Shield'
|
|
|
|
const swshp: Set = {
|
|
id: "swshp",
|
|
name: {
|
|
en: "Promos",
|
|
fr: "Promos"
|
|
,
|
|
},
|
|
serie: serie,
|
|
|
|
|
|
cardCount: {
|
|
total: 107,
|
|
official: 107
|
|
},
|
|
|
|
releaseDate: "2019-11-15"
|
|
}
|
|
|
|
export default swshp |