UNPKG

etquia

Version:

Dummy package for the grpc-node repository

15 lines (11 loc) 265 B
// Original file: test/fixtures/test_service.proto export interface Request { 'error'?: (boolean); 'message'?: (string); 'errorAfter'?: (number); } export interface Request__Output { 'error': (boolean); 'message': (string); 'errorAfter': (number); }