types: rename ISetControlValueOption interface

This commit is contained in:
Hufe921
2023-10-16 21:18:56 +08:00
parent 162bc057f3
commit cdfcef2735
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -831,5 +831,5 @@ instance.command.executeLocationGroup(groupId: string)
用法:
```javascript
instance.command.executeSetControlValue(payload: ISetControlOption)
instance.command.executeSetControlValue(payload: ISetControlValueOption)
```