// Original file: deps/gapic-showcase/schema/google/showcase/v1beta1/echo.proto


/**
 * The result of the Wait operation.
 */
export interface WaitResponse {
  /**
   * This content of the result.
   */
  'content'?: (string);
}

/**
 * The result of the Wait operation.
 */
export interface WaitResponse__Output {
  /**
   * This content of the result.
   */
  'content': (string);
}
