Files
smart-management-auto-test/node_modules/@grpc/grpc-js/src/generated/google/protobuf/Int32Value.ts

11 lines
141 B
TypeScript

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