mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
server-ts: Port services/import/zip
This commit is contained in:
@@ -17,6 +17,7 @@ interface NoteMeta {
|
||||
dirFileName?: string;
|
||||
/** this file should not be imported (e.g., HTML navigation) */
|
||||
noImport?: boolean;
|
||||
isImportRoot?: boolean;
|
||||
attributes?: AttributeMeta[];
|
||||
attachments?: AttachmentMeta[];
|
||||
children?: NoteMeta[];
|
||||
|
||||
Reference in New Issue
Block a user