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

11 lines
143 B
TypeScript

// Original file: null
export interface UInt32Value {
'value'?: (number);
}
export interface UInt32Value__Output {
'value': (number);
}