mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
autobahn: updated IPublishOptions
* added missing acknowledge option
This commit is contained in:
1
autobahn/autobahn.d.ts
vendored
1
autobahn/autobahn.d.ts
vendored
@@ -163,6 +163,7 @@ declare namespace autobahn {
|
||||
}
|
||||
|
||||
interface IPublishOptions {
|
||||
acknowledge?: boolean;
|
||||
exclude?: number[];
|
||||
eligible?: number[];
|
||||
disclose_me?: Boolean;
|
||||
|
||||
Reference in New Issue
Block a user