/** * Bona Iqiniso v3 backend powered by spring boot. * v3.0.0 * BI v3 REST API * Thaste IT * http://www.thaste.org/ * info@thaste.org * License of API * localhost:8080 */ import * as __model from '../model'; export interface Component { alerts?: __model.Alert[]; base64?: __model.Base64; components?: string[]; created_by?: string; /** format: date-time */ created_date?: string; description?: __model.FreeText; icons?: __model.Icon[]; id?: string; labels?: __model.Label[]; modified_by?: string; /** format: date-time */ modified_date?: string; reference: string; subComponent?: boolean; texts?: __model.FreeText[]; /** format: int64 */ version?: number; }