UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 461 B
/** SLA properties */ export interface SlaOperation { /** Date of the event that led to SLA */ date: string; /** Description of the SLA operation for this incident */ description: string; /** Date of the end of the SLA */ endDate?: string; /** SLA identifier */ id: number; /** Sla operation name */ name: string; /** Date of the start of the SLA */ startDate: string; } //# sourceMappingURL=SlaOperation.d.ts.map