UNPKG

@emmveqz/grpc-node-web

Version:

Exactly as @grpc/grpc-js but with web browser CORS capability

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