cmd-control-client-lib 3.0.205 → 3.0.206
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.
|
@@ -33,7 +33,7 @@ declare type TSubActionParams = {
|
|
|
33
33
|
subaction: EnumQueryBackendSubAction;
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
36
|
-
* common command for take a backend
|
|
36
|
+
* common command for take a backend action
|
|
37
37
|
*/
|
|
38
38
|
export declare class CMDP_QUERYBACKEND implements ICOMMAND {
|
|
39
39
|
action: ACTION;
|