import { ResetPhoneCodeInfo } from './ResetPhoneCodeInfo';
import { ResetPhoneMethodEnum } from './ResetPhoneMethodEnum';
/** Relevant informations of the phone reset */
export interface ResetPhoneInfo {
    /** Reset code informations */
    resetCodeInfo?: ResetPhoneCodeInfo;
    /** Which way had been used to reset the phone */
    resetPhoneMethod: ResetPhoneMethodEnum;
}
//# sourceMappingURL=ResetPhoneInfo.d.ts.map