import { Serie } from '../interfaces' const set: Serie = { id: "lc", name: { en: "Legendary Collection", // fr: not available in French }, } export default set