import { Set } from '../../interfaces' import serie from '../Neo' const neo4: Set = { id: "neo4", name: { en: "Neo Destiny", }, serie: serie, tcgOnline: "N4", cardCount: { total: 113, official: 105 }, releaseDate: "2002-02-28", variants: { normal: true, reverse: true, holo: false, firstEdition: true } } export default neo4