quick export - current archive

This commit is contained in:
Jan Prochazka
2023-02-24 17:22:11 +01:00
parent d024b6f25c
commit a519c78301
4 changed files with 68 additions and 26 deletions

View File

@@ -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 {