UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 362 B
/** Describe all services impacted by SLA */ export interface SlaOperationService { /** Service description */ description: string; /** Impacted service name */ serviceName: string; /** SLA plan application */ slaApplication: string; /** SLA plan description */ slaPlan: string; } //# sourceMappingURL=SlaOperationService.d.ts.map