@cerbos/core
Version:
Common types used by the @cerbos/grpc, @cerbos/http, and @cerbos/embedded client libraries
11 lines • 548 B
TypeScript
/**
* Common types used by the {@link @cerbos/grpc# | gRPC}, {@link @cerbos/http# | HTTP}, and {@link @cerbos/embedded# | embedded} client libraries.
*
* @packageDocumentation
*/
export * from "./client";
export { checkInputFromProtobuf as _checkInputFromProtobuf, checkOutputFromProtobuf as _checkOutputFromProtobuf, policyFromProtobuf as _policyFromProtobuf, requireField as _requireField, } from "./convert/fromProtobuf";
export * from "./errors";
export * from "./rpcs";
export * from "./types/external";
//# sourceMappingURL=index.d.ts.map