export type LoginResponseType = {
  isPassCodeEnabled?: boolean,
  locale?: string,
  redirectUrl?: string,
  sessionId?: string,
  status: number,
  statusText: string,
}