// Original file: proto/grpc/testing/messages.proto


/**
 * TODO(dgq): Go back to using well-known types once
 * https://github.com/grpc/grpc/issues/6980 has been fixed.
 * import "google/protobuf/wrappers.proto";
 */
export interface BoolValue {
  /**
   * The bool value.
   */
  'value'?: (boolean);
}

/**
 * TODO(dgq): Go back to using well-known types once
 * https://github.com/grpc/grpc/issues/6980 has been fixed.
 * import "google/protobuf/wrappers.proto";
 */
export interface BoolValue__Output {
  /**
   * The bool value.
   */
  'value': (boolean);
}
