UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

7 lines (6 loc) 121 B
export interface StringValue { 'value'?: (string); } export interface StringValue__Output { 'value': (string); }