grpc-node/packages/proto-loader/golden-generated/google/showcase/v1beta1/WaitResponse.ts

23 lines
380 B
TypeScript

// Original file: deps/gapic-showcase/schema/google/showcase/v1beta1/echo.proto
/**
* The result of the Wait operation.
*/
export interface IWaitResponse {
/**
* This content of the result.
*/
'content'?: (string);
}
/**
* The result of the Wait operation.
*/
export interface OWaitResponse {
/**
* This content of the result.
*/
'content': (string);
}