1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-05 17:59:18 +00:00
Files
cards-database/sets/swsh/swshp.ts
2020-02-03 15:18:40 +01:00

29 lines
332 B
TypeScript

import Set from '../../interfaces/Set'
import swsh from '../../expansions/swordShield'
const set: Set = {
name: {
en: "Promos"
},
expansion: swsh,
code: "swshp",
// tcgoCode
cardCount: {
total: 13,
official: 13
},
releaseDate: "2019-11-15",
legal: {
standard: true,
expanded: true
}
}
export default set