mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 17:46:00 +00:00
quick export - current archive
This commit is contained in:
3
packages/types/extensions.d.ts
vendored
3
packages/types/extensions.d.ts
vendored
@@ -37,8 +37,9 @@ export interface PluginDefinition {
|
||||
|
||||
export interface QuickExportDefinition {
|
||||
label: string;
|
||||
createWriter: (fileName: string) => { functionName: string; props: any };
|
||||
createWriter: (fileName: string, dataName?: string) => { functionName: string; props: any };
|
||||
extension: string;
|
||||
noFilenameDependency?: boolean;
|
||||
}
|
||||
|
||||
export interface ExtensionsDirectory {
|
||||
|
||||
Reference in New Issue
Block a user