UNPKG

etquia

Version:

Dummy package for the grpc-node repository

27 lines (23 loc) 566 B
// Original file: proto/grpc/testing/messages.proto /** * TODO(dgq): Go back to using well-known types once * https://github.com/grpc/grpc/issues/6980 has been fixed. * import "google/protobuf/wrappers.proto"; */ export interface BoolValue { /** * The bool value. */ 'value'?: (boolean); } /** * TODO(dgq): Go back to using well-known types once * https://github.com/grpc/grpc/issues/6980 has been fixed. * import "google/protobuf/wrappers.proto"; */ export interface BoolValue__Output { /** * The bool value. */ 'value': (boolean); }