Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/LoginRequestBodyType"

Index

Type aliases

Type aliases

LoginRequestBodyType

LoginRequestBodyType: { isPassCodeReset: boolean; isRedirectToMobile: boolean; password: string; queryParams: { reason: string }; username: string }

Type declaration

  • isPassCodeReset: boolean
  • isRedirectToMobile: boolean
  • password: string
  • queryParams: { reason: string }
    • reason: string
  • username: string

Generated using TypeDoc