import { Set } from '../../interfaces' import serie from '../Black & White' const bw1: Set = { id: "bw1", name: { en: "Black & White", fr: "Noir & Blanc" }, serie: serie, tcgOnline: "BLW", cardCount: { total: 115, official: 114 }, releaseDate: "2011-04-25", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default bw1