add templateId to apps (#5866)

* fix: timeselector ui error

* var update node

* add templateId to apps
This commit is contained in:
Archer
2025-11-05 14:58:02 +08:00
committed by GitHub
parent 45869fa058
commit bf33f7af2e
7 changed files with 44 additions and 33 deletions
+3 -2
View File
@@ -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[];
};