import { Set } from '../../interfaces' import serie from '../POP' const pop5: Set = { id: "pop5", name: { en: "POP Series 5", it: "POP Serie 5", de: "POP Serie 5", }, serie: serie, cardCount: { official: 17 }, releaseDate: "2007-03-01", abbreviations: { official: "P5" } } export default pop5