UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 357 B
/** OVHcloud Connect Monitoring */ export interface Monitoring { /** Whether alert is activated */ activated: boolean; /** Description of the monitoring alert */ description: string; /** Name of the monitoring alert */ name: string; /** Type of the monitoring alert */ type: string; } //# sourceMappingURL=Monitoring.d.ts.map