UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

17 lines 434 B
import { PhoneNumber } from '../PhoneNumber'; import { TypeEnum } from './TypeEnum'; import { TypeServiceEnum } from './TypeServiceEnum'; /** DDI (direct dial-in) service */ export interface Ddi { /** */ description: string; /** */ destination?: PhoneNumber; /** */ featureType: TypeEnum; /** */ serviceName: string; /** */ serviceType: TypeServiceEnum; } //# sourceMappingURL=Ddi.d.ts.map