// Original file: proto/grpc/testing/simple_messages.proto export interface StringValue { 'message'?: (string); } export interface StringValue__Output { 'message': (string); }