import { Set } from '../../interfaces' import serie from '../Black & White' const rc: Set = { id: "rc", name: { en: "Radiant Collection", fr: "Radiant Collection" }, serie: serie, cardCount: { official: 25 }, releaseDate: "2013-11-06", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default rc