UNPKG

@kurrent/kurrentdb-client

Version:
4 lines (3 loc) 276 B
import type { StatisticsResp } from "../../../generated/kurrentdb/protocols/v1/projectionmanagement_pb"; import type { ProjectionDetails } from "../../types"; export declare const mapGrpcProjectionDetails: (grpcProjectionDetails: StatisticsResp.Details) => ProjectionDetails;