Files
whsfund/node_modules/@grpc/grpc-js/src/generated/google/protobuf/DoubleValue.ts
2026-03-06 04:54:20 -04:00

11 lines
152 B
TypeScript

// Original file: null
export interface DoubleValue {
'value'?: (number | string);
}
export interface DoubleValue__Output {
'value': (number);
}