mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 12:37:14 +00:00
feat[Datasource]:add summary refresh (#1433)
Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
@@ -61,3 +61,8 @@ export type PromptProps = {
|
||||
gmt_created: string;
|
||||
gmt_modified: string;
|
||||
};
|
||||
|
||||
export type PostDbRefreshParams = {
|
||||
db_name: string;
|
||||
db_type: DBType;
|
||||
};
|
||||
|
Reference in New Issue
Block a user