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


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

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