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


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

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