@nasl/types 0.1.11 → 0.1.12

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.
@@ -341,6 +341,10 @@ declare namespace nasl.ui {
341
341
  * 设置器枚举选项
342
342
  */
343
343
  export interface SetterOption<T extends object = never, K extends keyof T = never> {
344
+ /**
345
+ * 选项值
346
+ */
347
+ value?: string;
344
348
  /**
345
349
  * 选项标题
346
350
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nasl/types",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "NASL types for TypeScript Declaration",
5
5
  "main": "index.d.ts",
6
6
  "scripts": {