import { Set } from '../../interfaces' import serie from '../Sword & Shield' const swshp: Set = { id: "swshp", name: { en: "SWSH Black Star Promos", fr: "Promo SWSH" , }, serie: serie, cardCount: { official: 107 }, releaseDate: "2019-11-15" } export default swshp