import { Set } from '../../interfaces' import serie from '../Black & White' const bw4: Set = { id: "bw4", name: { en: "Next Destinies", fr: "Destinées Futures" }, serie: serie, tcgOnline: "NXD", cardCount: { total: 103, official: 99 }, releaseDate: "2012-02-08", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default bw4