keycloak-nodejs-admin-client
keycloak-nodejs-admin-client copied to clipboard
need the pre-defined types that exportable and importable
Description
https://github.com/keycloak/keycloak-nodejs-admin-client/blob/main/src/index.ts upon checking this, it seems missing some defs, like UserRepresentaion, UserSessionRepresentaion, and so on....
https://github.com/keycloak/keycloak-nodejs-admin-client/tree/main/src/defs to support typescript, all available types in defs directory need to be defined in index.ts file.
I am using this in react.js project.
but I got this error when importing 'UserRepresentation'.
I wish that your team will quickly do it in a few days. Thanks and best regards
Discussion
No response
Motivation
No response
Details
No response