UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 338 B
/** Endpoint reference type */ export var EndpointReferenceTypeEnum; (function (EndpointReferenceTypeEnum) { EndpointReferenceTypeEnum["building"] = "building"; EndpointReferenceTypeEnum["lineNumber"] = "lineNumber"; EndpointReferenceTypeEnum["otp"] = "otp"; })(EndpointReferenceTypeEnum || (EndpointReferenceTypeEnum = {}));