keycloak-nodejs-admin-client icon indicating copy to clipboard operation
keycloak-nodejs-admin-client copied to clipboard

need the pre-defined types that exportable and importable

Open timeisgolden opened this issue 2 years ago • 0 comments

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. image 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

timeisgolden avatar May 05 '22 15:05 timeisgolden