更新至 v0.1.1_20251209 版本
This commit is contained in:
3
types.ts
3
types.ts
@@ -6,6 +6,7 @@ export interface SqlGenerationRequest {
|
||||
dictionaryData: string;
|
||||
requirement: string;
|
||||
databaseType: DatabaseType;
|
||||
apiKey?: string;
|
||||
}
|
||||
|
||||
export interface HistoryItem {
|
||||
@@ -19,4 +20,4 @@ export enum LoadingState {
|
||||
LOADING = 'LOADING',
|
||||
SUCCESS = 'SUCCESS',
|
||||
ERROR = 'ERROR',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user