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