From b385fcc30e0ee871dc31c06526e9ab84ba507ea2 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 24 四月 2025 09:28:18 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/LibraryAgent

---
 src/types/start.d.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/types/start.d.ts b/src/types/start.d.ts
new file mode 100644
index 0000000..88ac97a
--- /dev/null
+++ b/src/types/start.d.ts
@@ -0,0 +1,4 @@
+export type Start = {
+    inputValue:any,
+    questionList:any[]
+  }
\ No newline at end of file

--
Gitblit v1.9.1