mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
add templateId to apps (#5866)
* fix: timeselector ui error * var update node * add templateId to apps
This commit is contained in:
+3
-2
@@ -8,11 +8,12 @@ export type UsageSchemaType = {
|
||||
teamId: string;
|
||||
tmbId: string;
|
||||
appName: string;
|
||||
appId?: string;
|
||||
pluginId?: string;
|
||||
totalPoints: number;
|
||||
source: `${UsageSourceEnum}`;
|
||||
|
||||
appId?: string;
|
||||
datasetId?: string;
|
||||
|
||||
// @deprecated
|
||||
list?: UsageItemType[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user