
export interface LoginState {
  step:number,
  phoneNumber: string,
  varCode: string,
  prefixNumber: string,
  userName: string

}
