/** * Interface that defines the Content definition type */ export interface IContentDefinition { readonly id?: string; readonly pageBreak?: string; readonly pageOrientation?: string; readonly headlineLevel?: any; } //# sourceMappingURL=content-definition.interface.d.ts.map