mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fixed constructor. Has optional values
This commit is contained in:
parent
bb4692f5d2
commit
09ed0ec320
4
roslib/roslib.d.ts
vendored
4
roslib/roslib.d.ts
vendored
@ -231,7 +231,7 @@ declare module ROSLIB {
|
||||
* @constructor
|
||||
* @param values - object matching the fields defined in the .srv definition file
|
||||
*/
|
||||
constructor(values: any);
|
||||
constructor(values?: any);
|
||||
}
|
||||
|
||||
export class ServiceResponse {
|
||||
@ -241,7 +241,7 @@ declare module ROSLIB {
|
||||
* @constructor
|
||||
* @param values - object matching the fields defined in the .srv definition file
|
||||
*/
|
||||
constructor(values: any);
|
||||
constructor(values?: any);
|
||||
}
|
||||
|
||||
export class Topic {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user