import { Set } from '../../interfaces' import serie from '../POP' const pop8: Set = { id: "pop8", name: { en: "POP Series 8", }, serie: serie, cardCount: { total: 17, official: 17 }, legal: { expanded: false, standard: false }, releaseDate: "2008-09-01", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default pop8