backendless 6.3.12 → 6.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/backendless.d.ts CHANGED
@@ -1219,7 +1219,7 @@ declare module Backendless {
1219
1219
 
1220
1220
  removeCommandListener(callback: (command: Object) => void): ChannelClass;
1221
1221
 
1222
- removeCommandListeners(): ChannelClass;
1222
+ removeCommandListeners(callback?: (command: Object) => void): ChannelClass;
1223
1223
 
1224
1224
  addUserStatusListener(callback: (userStates: Object) => void, onError?: (error: Object) => void): ChannelClass;
1225
1225