📄 Int64Value.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/src/generated/google/protobuf/Int64Value.ts
Language: ts • Lines: 11
// Original file: null

import type { Long } from '@grpc/proto-loader';

export interface Int64Value {
  'value'?: (number | string | Long);
}

export interface Int64Value__Output {
  'value': (string);
}