UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 208 B
/** The priority of an sms sending */ export declare enum PriorityEnum { 'high' = "high", 'low' = "low", 'medium' = "medium", 'veryLow' = "veryLow" } //# sourceMappingURL=PriorityEnum.d.ts.map