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