UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 243 B
/** Carrier SIP VNO range */ export interface CarrierSipVnoRange { /** The carrier SIP trunk description. */ description: string; /** The phone range prefix. */ prefix: string; } //# sourceMappingURL=CarrierSipVnoRange.d.ts.map