Type alias SetUpTypes

SetUpTypes: { clientId: string; clientSecret: string; isDev?: boolean; userName: string }

Type declaration

  • clientId: string

    Ualá client id

  • clientSecret: string

    Ualá client secret

  • Optional isDev?: boolean

    Determines if the sandbox environment will be used

    Default

    false

  • userName: string

    Ualá username

Generated using TypeDoc