UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 263 B
import { TypeServiceEnum } from './TypeServiceEnum'; /** CarrierSip */ export interface CarrierSip { /** */ description: string; /** */ serviceName: string; /** */ serviceType: TypeServiceEnum; } //# sourceMappingURL=CarrierSip.d.ts.map