CheckGRPCServiceOptions

The options for the grpc.checkService health indicator function


type CheckGRPCServiceOptions<GrpcOptions extends GrpcClientOptionsLike = GrpcClientOptionsLike> = Partial<GrpcOptionsLike<GrpcOptions>> & {
    timeout?: number;
    healthServiceName?: string;
    healthServiceCheck?: HealthServiceCheck;
};