import { Set } from '../../interfaces' import serie from '../Sun & Moon' const sm8: Set = { id: "sm8", name: { en: "Lost Thunder", fr: "Tonnerre Perdu" , }, serie: serie, tcgOnline: "LOT", cardCount: { total: 236, official: 214 }, releaseDate: "2018-11-02", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default sm8