UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

11 lines (7 loc) 141 B
// Original file: null export interface Int32Value { 'value'?: (number); } export interface Int32Value__Output { 'value': (number); }