mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Fixing progress field
This commit is contained in:
2
autobahn/autobahn.d.ts
vendored
2
autobahn/autobahn.d.ts
vendored
@@ -45,7 +45,7 @@ declare namespace autobahn {
|
||||
|
||||
interface IInvocation {
|
||||
caller?: number;
|
||||
progress?: boolean;
|
||||
progress?: (args : any[], kwargs : any) => void;
|
||||
procedure: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user