@cerbos/core
Version:
Common types used by the @cerbos/grpc, @cerbos/http, and @cerbos/embedded client libraries
17 lines (15 loc) • 522 B
text/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";