@cerbos/core
Version:
Common types used by the Cerbos client libraries
20 lines (18 loc) • 570 B
text/typescript
/**
* Common types used by the Cerbos client libraries.
*
* @packageDocumentation
*/
export * from "./client";
export {
checkInputFromProtobuf as _checkInputFromProtobuf,
checkOutputFromProtobuf as _checkOutputFromProtobuf,
policyFromProtobuf as _policyFromProtobuf,
requireField as _requireField,
translateEnum as _translateEnum,
unexpected as _unexpected,
} from "./convert/fromProtobuf";
export { policyToProtobuf as _policyToProtobuf } from "./convert/toProtobuf";
export * from "./errors";
export * from "./rpcs";
export * from "./types/external";