UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

11 lines (10 loc) 278 B
/// <reference types="node" /> import type { AnyExtension } from '@grpc/proto-loader'; export declare type Any = AnyExtension | { type_url: string; value: Buffer | Uint8Array | string; }; export interface Any__Output { 'type_url': (string); 'value': (Buffer); }