mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 18:26:00 +00:00
download refactor
This commit is contained in:
7
packages/types/extensions.d.ts
vendored
7
packages/types/extensions.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { EngineDriver } from "./engines";
|
||||
import { EngineDriver } from './engines';
|
||||
|
||||
export interface FileFormatDefinition {
|
||||
storageType: string;
|
||||
@@ -7,9 +7,10 @@ export interface FileFormatDefinition {
|
||||
readerFunc?: string;
|
||||
writerFunc?: string;
|
||||
args?: any[];
|
||||
addFilesToSourceList?: (
|
||||
addFileToSourceList?: (
|
||||
file: {
|
||||
full: string;
|
||||
fileName: string;
|
||||
shortName: string;
|
||||
},
|
||||
newSources: string[],
|
||||
newValues: {
|
||||
|
||||
Reference in New Issue
Block a user