tencentcloud-sdk-nodejs-dlc 4.1.237 → 4.1.242
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/package.json
CHANGED
|
@@ -10516,11 +10516,11 @@ export interface DeleteWorkGroupRequest {
|
|
|
10516
10516
|
*/
|
|
10517
10517
|
export interface KVPair {
|
|
10518
10518
|
/**
|
|
10519
|
-
*
|
|
10519
|
+
* <p>配置的key值</p>
|
|
10520
10520
|
*/
|
|
10521
10521
|
Key: string;
|
|
10522
10522
|
/**
|
|
10523
|
-
*
|
|
10523
|
+
* <p>配置的value值</p>
|
|
10524
10524
|
*/
|
|
10525
10525
|
Value: string;
|
|
10526
10526
|
}
|