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


export interface Int32Value {
  'value'?: (number);
}

export interface Int32Value__Output {
  'value': (number);
}