We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20711d1 commit f5c2b68Copy full SHA for f5c2b68
src/v1.ts
@@ -27,6 +27,8 @@ import type { JsonObject } from "@protobuf-ts/runtime";
27
28
export { ImportedPbStruct as PbStruct, ImportedPbNullValue as PbNullValue };
29
30
+export { ErrorReason } from "./authzedapi/authzed/api/v1/error_reason.js";
31
+
32
// A merge of the three generated gRPC clients, with their base methods omitted
33
export type ZedDefaultClientInterface = OmitBaseMethods<
34
PermissionsServiceClient,
0 commit comments