UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

11 lines (7 loc) 152 B
// Original file: null export interface DoubleValue { 'value'?: (number | string); } export interface DoubleValue__Output { 'value': (number); }