UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 204 B
/** Frequency between notifications. */ export declare enum FrequencyEnum { 'Key_1h' = "1h", 'Key_5m' = "5m", 'Key_6h' = "6h", 'once' = "once" } //# sourceMappingURL=FrequencyEnum.d.ts.map