📄 UInt64Value.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/google/protobuf/UInt64Value.d.ts
Language: ts • Lines: 7
import type { Long } from '@grpc/proto-loader';
export interface UInt64Value {
    'value'?: (number | string | Long);
}
export interface UInt64Value__Output {
    'value': (string);
}