Closed luisrudge closed 1 year ago
The Role type is not exposed by the library, which prevents me from using that type from inside my code.
Role
I'm trying to map your role to our internal role type, but I can't access your role type
If I import from @edlink/typescript/dist/types, then it fails with the error:
@edlink/typescript/dist/types
Error: Cannot find module '@edlink/typescript/dist/types'
Ideally, anything that should be accessible by anyone consuming the library should be exposed in the index.ts file
index.ts
The
Role
type is not exposed by the library, which prevents me from using that type from inside my code.I'm trying to map your role to our internal role type, but I can't access your role type
If I import from
@edlink/typescript/dist/types
, then it fails with the error:Ideally, anything that should be accessible by anyone consuming the library should be exposed in the
index.ts
file