UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

9 lines (8 loc) 216 B
/// <reference types="long" /> import type { Long } from '@grpc/proto-loader'; export interface UInt64Value { 'value'?: (number | string | Long); } export interface UInt64Value__Output { 'value': (string); }