autobahn: updated IPublishOptions

* added missing acknowledge option
This commit is contained in:
Hagai Cohen
2016-07-31 23:24:40 +03:00
parent 2a24bbb7ca
commit d681a05fa2

View File

@@ -163,6 +163,7 @@ declare namespace autobahn {
}
interface IPublishOptions {
acknowledge?: boolean;
exclude?: number[];
eligible?: number[];
disclose_me?: Boolean;