Updates
This commit is contained in:
@@ -1477,6 +1477,7 @@ export type DsqlCrudParam<
|
||||
dbFullName?: string;
|
||||
dbName?: string;
|
||||
tableSchema?: DSQL_TableSchemaType;
|
||||
dbConfig?: ConnectionConfig;
|
||||
};
|
||||
|
||||
export type ErrorCallback = (title: string, error: Error, data?: any) => void;
|
||||
|
||||
Reference in New Issue
Block a user