import { Set } from '../../interfaces' import serie from '../Platinum' const pl1: Set = { id: "pl1", name: { en: "Platinum", fr: "Platine" , }, serie: serie, tcgOnline: "PL", cardCount: { official: 127 }, releaseDate: "2009-02-11", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default pl1