UNPKG

185 BTypeScriptView Raw
1import type { Long } from '@grpc/proto-loader';
2export interface UInt64Value {
3 'value'?: (number | string | Long);
4}
5export interface UInt64Value__Output {
6 'value': (string);
7}