mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
- move organization-user files from libs/common/src/admin-console into libs/admin-console/src/common - add barrel files and update imports to use barrel files - rename OrganizationUserService to OrganizationUserApiService - rename OrganizationUserServiceImplementation to DefaultOrganizationUserApiService
3 lines
57 B
TypeScript
3 lines
57 B
TypeScript
export * from "./requests";
|
|
export * from "./responses";
|