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


export interface StringValue {
  'value'?: (string);
}

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