import { Set } from '../../interfaces' import serie from '../Platinum' const ru1: Set = { id: "ru1", name: { en: "Pokémon Rumble", }, serie: serie, cardCount: { total: 16, official: 16 }, releaseDate: "2009-12-02", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default ru1