From 30b3ee5c89c31cb5794faab40e800c36507d258a Mon Sep 17 00:00:00 2001
From: bowen <54492610+jiaowoxiaobala@users.noreply.github.com>
Date: 星期二, 10 十月 2023 21:06:16 +0800
Subject: [PATCH] chore: fix type:check error (#3126)

---
 packages/types/src/utils.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/types/src/utils.ts b/packages/types/src/utils.ts
index 80435fc..b8ed226 100644
--- a/packages/types/src/utils.ts
+++ b/packages/types/src/utils.ts
@@ -26,7 +26,7 @@
 /**
  * 瀛楃涓茬被鍨嬪璞�
  */
-type Recordable<T> = Record<string, T>;
+type Recordable<T = any> = Record<string, T>;
 
 /**
  * 瀛楃涓茬被鍨嬪璞★紙鍙锛�

--
Gitblit v1.8.0