From 778914265f06262856d1521f40805281206eb677 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 29 二月 2024 10:45:47 +0800 Subject: [PATCH] feat:安全隐患数据统计 --- types/global.d.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/types/global.d.ts b/types/global.d.ts index dbb4020..653a7de 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -1,3 +1,5 @@ interface Window { $message: any } + +type TimeProp= NodeJS.Timeout \ No newline at end of file -- Gitblit v1.8.0