mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
style: database refactor (#2460)
* fix: dataset folder modal * style: dataset style refactor * sideTag i18n pef
This commit is contained in:
2
packages/global/core/dataset/type.d.ts
vendored
2
packages/global/core/dataset/type.d.ts
vendored
@@ -137,7 +137,9 @@ export type DatasetSimpleItemType = {
|
||||
};
|
||||
export type DatasetListItemType = {
|
||||
_id: string;
|
||||
tmbId: string;
|
||||
avatar: string;
|
||||
updateTime: Date;
|
||||
name: string;
|
||||
intro: string;
|
||||
type: `${DatasetTypeEnum}`;
|
||||
|
Reference in New Issue
Block a user