import { Set } from '../../interfaces' import serie from '../Sword & Shield' const swshp: Set = { id: "fut2020", name: { en: "Pokémon Futsal 2020" }, serie: serie, cardCount: { official: 5 }, releaseDate: "2020-09-11" } export default swshp