@blue-impact-engine/blue-impact-engine-client
Version:
Blue Impact Engine API Client
10 lines • 399 B
TypeScript
/**
* 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