UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 201 B
/** Beta status of softphone */ export interface SoftphoneBetaStatus { /** Whether Softphone beta is enabled or disabled */ enabled: boolean; } //# sourceMappingURL=SoftphoneBetaStatus.d.ts.map