UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 220 B
/** Phone Type a nichandle can have */ export var PhoneTypeEnum; (function (PhoneTypeEnum) { PhoneTypeEnum["landline"] = "landline"; PhoneTypeEnum["mobile"] = "mobile"; })(PhoneTypeEnum || (PhoneTypeEnum = {}));