UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 194 B
/** All existing type of routing for a voicemail */ export declare enum VoicefaxRoutingEnum { 'fax' = "fax", 'voicemail' = "voicemail" } //# sourceMappingURL=VoicefaxRoutingEnum.d.ts.map