From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 30 4月 2025 16:24:16 +0800
Subject: [PATCH] 222

---
 PipeLineLems/web/src/libs/Store/Store.d.ts |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/PipeLineLems/web/src/libs/Store/Store.d.ts b/PipeLineLems/web/src/libs/Store/Store.d.ts
index 6e47487..d419ae1 100644
--- a/PipeLineLems/web/src/libs/Store/Store.d.ts
+++ b/PipeLineLems/web/src/libs/Store/Store.d.ts
@@ -9,3 +9,28 @@
   list?: EnumListItemType[]
   desc?: string
 }
+export interface FeatureType {
+  depth: number
+  description: string
+  dispalyName: string
+  name: string
+  parentName: string
+  provider: {
+    name: string
+    key: string
+  }
+  value: string | number | boolean
+  valueType: {
+    name: string
+    properties: Record<string, any>
+    validator: {
+      name: string
+      properties: Record<string, any>
+    }
+  }
+}
+export interface FeatureItemType {
+  dispalyName?: string
+  features: FeatureType[]
+  name: string
+}

--
Gitblit v1.9.3