mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
fixed constructor. Has optional values
This commit is contained in:
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user