import { StatusType } from './status-type.model'; export interface Caption { label: string; labelAsHtml?: boolean; mode?: StatusType; }