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