Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 24a4d60

Browse files
feat: export ServiceError from @grpc/grpc-js (#754)
This is coming up during the TypeScript transition in Bigtable. This type appears to be used everywhere.
1 parent fc46eca commit 24a4d60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ export interface PaginationResponse<
159159
nextPageRequest?: RequestObject;
160160
rawResponse?: ResponseObject;
161161
}
162+
163+
export {ServiceError} from '@grpc/grpc-js';

0 commit comments

Comments
 (0)