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", legal: { standard: false, expanded: true }, } export default xy9