From 9eed196ef9f24a498b9708e020ae988a9dd7524b Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 18 Nov 2025 09:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96useUrlQueryCriteria=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/useUrlQueryCriteria/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/useUrlQueryCriteria/index.d.ts b/hooks/useUrlQueryCriteria/index.d.ts index fb5d895..824486d 100644 --- a/hooks/useUrlQueryCriteria/index.d.ts +++ b/hooks/useUrlQueryCriteria/index.d.ts @@ -1,6 +1,6 @@ export type SetUrlCriteriaQueryFunction = (searchForm: Record, pagination: Record) => void; -export type GetUrlCriteriaQueryFunction = (keysStr: string, valuesStr: string) => Record; +export type GetUrlCriteriaQueryFunction = (keysStr: "searchFormKeys" | "paginationKeys" | string, valuesStr: "searchFormValues" | "paginationValues" | string) => Record; /** * 处理搜索条件缓存到 URL