mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-20 06:34:55 +00:00
(feature)(webapp) modify model to view (#719)
This commit is contained in:
@@ -28,7 +28,7 @@ export type ModelInfoType = {
|
||||
};
|
||||
|
||||
export type EntityInfoType = {
|
||||
modelInfo: ModelInfoType;
|
||||
viewInfo: ModelInfoType;
|
||||
dimensions: FieldType[];
|
||||
metrics: FieldType[];
|
||||
entityId: number;
|
||||
@@ -83,7 +83,7 @@ export type ChatContextType = {
|
||||
aggType: string;
|
||||
modelId: number;
|
||||
modelName: string;
|
||||
model: ModelType;
|
||||
view: ModelType;
|
||||
dateInfo: DateInfoType;
|
||||
dimensions: FieldType[];
|
||||
metrics: FieldType[];
|
||||
|
||||
Reference in New Issue
Block a user