UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 301 B
/** Carrier SIP VNO mandate */ export interface CarrierSipVnoMandate { /** Date at which the associated ranges will be routed. */ applicationDate: string; /** The reference written on your VNO contract. */ contractReference: string; } //# sourceMappingURL=CarrierSipVnoMandate.d.ts.map