mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
feat: 数据集管理
This commit is contained in:
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
@@ -16,4 +16,4 @@ export type PagingData<T> = {
|
||||
total;
|
||||
};
|
||||
|
||||
export type RequestPaging = { pageNum: number; pageSize: number };
|
||||
export type RequestPaging = { pageNum: number; pageSize: number; [key]: any };
|
||||
|
Reference in New Issue
Block a user