We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IUser
We want to implement an API request to fetch a single user: https://docs.frontegg.com/reference/userscontrollerv1_getuserbyid in our project and want to strictly type the expected API response.
I assumed that I would be able to import IUser and use it, but it doesn't seem like it is exported from @frontegg/client
@frontegg/client
The text was updated successfully, but these errors were encountered:
There’s also more type definitions that we need, e.g. for the get tenants request and others
Sorry, something went wrong.
Any updates on this?
No branches or pull requests
We want to implement an API request to fetch a single user: https://docs.frontegg.com/reference/userscontrollerv1_getuserbyid in our project and want to strictly type the expected API response.
I assumed that I would be able to import
IUser
and use it, but it doesn't seem like it is exported from@frontegg/client
The text was updated successfully, but these errors were encountered: