UNPKG

@kurrent/kurrentdb-client

Version:
6 lines (5 loc) 175 B
import { ServiceError } from "@grpc/grpc-js"; export declare const getGrpcStatusDetails: (error: ServiceError) => { value: Uint8Array; typeUrl: string; } | undefined;