UNPKG

@emmveqz/grpc-node-web

Version:

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

14 lines (10 loc) 250 B
// Original file: null import type { Long } from '@grpc/proto-loader'; export interface Timestamp { 'seconds'?: (number | string | Long); 'nanos'?: (number); } export interface Timestamp__Output { 'seconds': (string); 'nanos': (number); }