UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 223 B
/** Operation type */ export var OperationTypeEnum; (function (OperationTypeEnum) { OperationTypeEnum["alldom"] = "alldom"; OperationTypeEnum["domain"] = "domain"; })(OperationTypeEnum || (OperationTypeEnum = {}));