Skip to content

Commit 359f841

Browse files
committed
Expose ErrorReason enum in exports
1 parent 20711d1 commit 359f841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v1.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ import type { JsonObject } from "@protobuf-ts/runtime";
2727

2828
export { ImportedPbStruct as PbStruct, ImportedPbNullValue as PbNullValue };
2929

30+
export { ErrorReason } from "./authzedapi/authzed/api/v1/error_reason.js";
31+
3032
// A merge of the three generated gRPC clients, with their base methods omitted
3133
export type ZedDefaultClientInterface = OmitBaseMethods<
3234
PermissionsServiceClient,

0 commit comments

Comments
 (0)