UNPKG

etquia

Version:

Dummy package for the grpc-node repository

11 lines (7 loc) 150 B
// Original file: null export interface FloatValue { 'value'?: (number | string); } export interface FloatValue__Output { 'value': (number); }