UNPKG

etquia

Version:

Dummy package for the grpc-node repository

25 lines (21 loc) 494 B
// Original file: deps/gapic-showcase/schema/google/showcase/v1beta1/echo.proto /** * The response for Block method. */ export interface BlockResponse { /** * This content can contain anything, the server will not depend on a value * here. */ 'content'?: (string); } /** * The response for Block method. */ export interface BlockResponse__Output { /** * This content can contain anything, the server will not depend on a value * here. */ 'content': (string); }