import { Set } from '../../interfaces' import serie from '../Sword & Shield' const swsh1: Set = { id: "swsh1", name: { en: "Sword & Shield", fr: "Épée et Bouclier", es: "Espada y Escudo", it: "Spada e Scudo", de: "Schwert & Schild", pt: "Espada e Escudo" }, tcgOnline: 'SSH', serie: serie, cardCount: { official: 202 }, releaseDate: "2020-02-07", abbreviations: { official: "SSH", fr: "E&B" } } export default swsh1