UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 250 B
/** Cloud alert on your consumption */ export interface AlertingAlert { /** Alert date */ alertDate: string; /** Alert id */ alertId: number; /** Alert sent to */ emails: string[]; } //# sourceMappingURL=AlertingAlert.d.ts.map