UNPKG

@blue-impact-engine/blue-impact-engine-client

Version:
10 lines 399 B
/** * Public module interface, exposing only those types that this module should expose. */ import UserEntity from "./User"; export type { BaseUser, UserDetails } from "./User"; export type { UserRoleLabels } from "./UserRole"; export type { UserEntity }; export { UserRole } from "./UserRole"; export { DefaultUserService as UserService } from "./userService"; //# sourceMappingURL=index.d.ts.map