1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00
Florian Bouillon 0d2a757cae
base DB
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
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