Skip to content

Commit

Permalink
feat: export call types (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Aug 28, 2019
1 parent 83819cd commit 74aa605
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,12 @@ export {protobuf};

import * as fallback from './fallback';
export {fallback};

export {
GRPCCallResult,
ServerStreamingCall,
ClientStreamingCall,
BiDiStreamingCall,
UnaryCall,
GRPCCall,
} from './apitypes';

0 comments on commit 74aa605

Please sign in to comment.