UNPKG

etquia

Version:

Dummy package for the grpc-node repository

23 lines (19 loc) 386 B
// 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); }