@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 446 B
JavaScript
/** Endpoint reference type */
export var EndpointReferenceTypeEnum;
(function (EndpointReferenceTypeEnum) {
EndpointReferenceTypeEnum["address"] = "address";
EndpointReferenceTypeEnum["building"] = "building";
EndpointReferenceTypeEnum["hexacle"] = "hexacle";
EndpointReferenceTypeEnum["lineNumber"] = "lineNumber";
EndpointReferenceTypeEnum["otp"] = "otp";
})(EndpointReferenceTypeEnum || (EndpointReferenceTypeEnum = {}));