import { Set } from '../../interfaces' import serie from '../XY' const xy9: Set = { id: "xy9", name: { en: "BREAKpoint", fr: "Rupture Turbo" , }, serie: serie, tcgOnline: "BKP", cardCount: { total: 123, official: 122 }, releaseDate: "2016-02-03", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default xy9