📄 Int32Value.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/google/protobuf/Int32Value.d.ts
Language: ts • Lines: 6
export interface Int32Value {
    'value'?: (number);
}
export interface Int32Value__Output {
    'value': (number);
}