UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 231 B
/** Softphone beta eligibility */ export interface SoftphoneBetaEligibility { /** Whether the account is eligible to the Softphone beta offer */ eligibility: boolean; } //# sourceMappingURL=SoftphoneBetaEligibility.d.ts.map