import { Set } from '../../interfaces' import serie from '../Sword & Shield' const swsh6: Set = { id: "swsh7", name: { en: "Evolving Skies" }, serie: serie, cardCount: { official: 203 }, releaseDate: "2021-08-27" } export default swsh6