/** Trunk external displayed number validation */
export interface TrunkExternalDisplayedNumberValidation {
    /** telephony.Task id of the validation phone call */
    phoneCallTaskId: number;
    /** Validation code to type during phone call */
    validationCode: string;
}
//# sourceMappingURL=TrunkExternalDisplayedNumberValidation.d.ts.map