UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 404 B
import { SoftphoneInfrastructureEnum } from './SoftphoneInfrastructureEnum'; /** Softphone status */ export interface SoftphoneStatus { /** Line beta softphone activation status */ activation: boolean; /** Line eligibility to softphone */ eligibility: boolean; /** Line infrastructure */ infrastructure: SoftphoneInfrastructureEnum; } //# sourceMappingURL=SoftphoneStatus.d.ts.map