feat[Datasource]:add summary refresh (#1433)

Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
Aries-ckt
2024-04-20 10:04:12 +08:00
committed by GitHub
parent 57be1ece18
commit b49b07f011
175 changed files with 61020 additions and 1494 deletions

View File

@@ -61,3 +61,8 @@ export type PromptProps = {
gmt_created: string;
gmt_modified: string;
};
export type PostDbRefreshParams = {
db_name: string;
db_type: DBType;
};