import { Set } from '../../interfaces' import serie from '../Call of Legends' const col1: Set = { id: "col1", name: { en: "Call of Legends", fr: "L'appel des Légendes" }, serie: serie, tcgOnline: "CL", cardCount: { total: 106, official: 95 }, releaseDate: "2011-02-09", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default col1