mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
quick export WIP
This commit is contained in:
7
packages/types/extensions.d.ts
vendored
7
packages/types/extensions.d.ts
vendored
@@ -33,9 +33,16 @@ export interface PluginDefinition {
|
||||
content: any;
|
||||
}
|
||||
|
||||
export interface QuickExportDefinition {
|
||||
label: string;
|
||||
createWriter: (fileName: string) => { functionName: string; props: any };
|
||||
extension: string;
|
||||
}
|
||||
|
||||
export interface ExtensionsDirectory {
|
||||
plugins: PluginDefinition[];
|
||||
fileFormats: FileFormatDefinition[];
|
||||
quickExports: QuickExportDefinition[];
|
||||
drivers: EngineDriver[];
|
||||
themes: ThemeDefinition[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user