mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
change Topic property latch to boolean type (#11607)
This commit is contained in:
committed by
Masahiro Wakame
parent
8e873d91bc
commit
cc17a16360
2
roslib/roslib.d.ts
vendored
2
roslib/roslib.d.ts
vendored
@@ -310,7 +310,7 @@ declare namespace ROSLIB {
|
||||
compression?: string,
|
||||
throttle_rate?: number,
|
||||
queue_size?: number,
|
||||
latch?: number,
|
||||
latch?: boolean,
|
||||
queue_length?: number
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user