UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 232 B
/** Sent Alert to client */ export interface Alert { /** Send date */ alertDate: string; /** Alert ID */ alertId: number; /** Receivers of the alert */ emails?: string[]; } //# sourceMappingURL=Alert.d.ts.map