Skip to content

Commit

Permalink
feat: export ServiceError from @grpc/grpc-js (#754)
Browse files Browse the repository at this point in the history
This is coming up during the TypeScript transition in Bigtable.  This type appears to be used everywhere.
  • Loading branch information
JustinBeckwith authored Mar 23, 2020
1 parent fc46eca commit 24a4d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ export interface PaginationResponse<
nextPageRequest?: RequestObject;
rawResponse?: ResponseObject;
}

export {ServiceError} from '@grpc/grpc-js';

0 comments on commit 24a4d60

Please sign in to comment.