UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

7 lines (6 loc) 119 B
export interface BoolValue { 'value'?: (boolean); } export interface BoolValue__Output { 'value': (boolean); }