Skip to content

Commit

Permalink
feat: export service client types from grpc file
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Oct 25, 2022
1 parent 76458b3 commit c14cbad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/grpc/index.ts
@@ -1,2 +1,5 @@
export * from './clients';
export { AdminServiceClient } from './generated/zitadel/admin';
export { AuthServiceClient } from './generated/zitadel/auth';
export { ManagementServiceClient } from './generated/zitadel/management';
export * from './interceptors';

0 comments on commit c14cbad

Please sign in to comment.