UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

8 lines (7 loc) 183 B
import type { Long } from '@grpc/proto-loader'; export interface Int64Value { 'value'?: (number | string | Long); } export interface Int64Value__Output { 'value': (string); }