优化useUrlQueryCriteria类型

master
LiuJiaNan 2025-11-18 09:20:00 +08:00
parent 024ecc4dd9
commit 9eed196ef9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export type SetUrlCriteriaQueryFunction = (searchForm: Record<string, any>, pagination: Record<string, any>) => void;
export type GetUrlCriteriaQueryFunction = (keysStr: string, valuesStr: string) => Record<string, any>;
export type GetUrlCriteriaQueryFunction = (keysStr: "searchFormKeys" | "paginationKeys" | string, valuesStr: "searchFormValues" | "paginationValues" | string) => Record<string, any>;
/**
* URL