You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Chore: Add more types to export modules
This commit is contained in:
@ -23,7 +23,7 @@ export default class JoplinInterop {
|
||||
|
||||
public async registerExportModule(module: ExportModule) {
|
||||
const internalModule = makeExportModule({
|
||||
...module,
|
||||
...module as any,
|
||||
type: ModuleType.Exporter,
|
||||
fileExtensions: module.fileExtensions ? module.fileExtensions : [],
|
||||
}, () => new InteropService_Exporter_Custom(module));
|
||||
|
Reference in New Issue
Block a user