Options
All
  • Public
  • Public/Protected
  • All
Menu

Module sdk/user-repository

Index

Type aliases

UserLoginResponse: { cpf?: string; customerAccessToken?: string; email: string; hasFirstPurchase?: boolean; id?: string; name: string; phoneNumber?: string; type?: number }

Type declaration

  • Optional cpf?: string
  • Optional customerAccessToken?: string
  • email: string
  • Optional hasFirstPurchase?: boolean
  • Optional id?: string
  • name: string
  • Optional phoneNumber?: string
  • Optional type?: number

Generated using TypeDoc