UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 262 B
import { VoicefaxRoutingEnum } from '../VoicefaxRoutingEnum'; /** Change voicemail routing */ export interface ChangeRouting { /** All existing type of routing for a voicemail */ routing: VoicefaxRoutingEnum; } //# sourceMappingURL=ChangeRouting.d.ts.map