UNPKG

etquia

Version:

Dummy package for the grpc-node repository

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); }