@cerbos/embedded
Version:
Client library for interacting with embedded Cerbos policy decision points generated by Cerbos Hub from server-side Node.js and browser-based applications
17 lines • 565 B
TypeScript
export declare const protobufPackage = "cerbos.policy.v1";
export interface SourceAttributes {
attributes: {
[key: string]: any | undefined;
};
}
export interface SourceAttributes_AttributesEntry {
key: string;
value: any | undefined;
}
export declare const SourceAttributes: MessageFns<SourceAttributes>;
export declare const SourceAttributes_AttributesEntry: MessageFns<SourceAttributes_AttributesEntry>;
export interface MessageFns<T> {
fromJSON(object: any): T;
toJSON(message: T): unknown;
}
//# sourceMappingURL=policy.d.ts.map