qlik-oss / qlik-api-ts

Typescript types and Javascript library for consuming Qlik API's
https://qlik.dev
ISC License
8 stars 3 forks source link

Different AuthType(s) not exported #71

Closed matissePe closed 3 days ago

matissePe commented 1 week ago

Hello, is it possible to exports auth types like :

Otherwise in Typescript I have type errors when I chose a specific auth config (so with more attributes than just HostConfig) and have to use "any" instead :(

Thank you !

nilzona commented 3 days ago

Hey @matissePe

Can you give us a little bit more info on what you think is missing?

Some code example where you have to use any ?

matissePe commented 3 days ago

Hello, after exploring the library more thoroughly, I realize that I have been misusing the HostConfig type. Therefore, the library already meets my needs.

Sorry about that and thank you for your work.

We can close the issue.