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