import { Set } from '../../interfaces' import serie from '../Sword & Shield' const swsh1: Set = { id: "swsh4.5", name: { en: "Shining Fates", fr: "Déstinées Radieuses", }, serie: serie, cardCount: { total: 195, official: 72 }, releaseDate: "2021-02-19", legal: { standard: true, expanded: true }, variants: { normal: true, reverse: false, holo: false, firstEdition: false } } export default swsh1