/** * A map of CMS slot name to HTML content */ export default interface CmsSlots { [name: string]: string; }