
export interface LoginState {
  userName: string,
  password: string

}
