@cerbos/http
Version:
Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications
11 lines • 317 B
TypeScript
export declare const protobufPackage = "google.protobuf";
export interface Duration {
seconds: string;
nanos: number;
}
export declare const Duration: MessageFns<Duration>;
export interface MessageFns<T> {
fromJSON(object: any): T;
toJSON(message: T): unknown;
}
//# sourceMappingURL=duration.d.ts.map