mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
refactor(ts): enable verbatim module syntax
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import AttachmentMeta from "./attachment_meta.js";
|
||||
import AttributeMeta from "./attribute_meta.js";
|
||||
import type AttachmentMeta from "./attachment_meta.js";
|
||||
import type AttributeMeta from "./attribute_meta.js";
|
||||
|
||||
interface NoteMeta {
|
||||
export default interface NoteMeta {
|
||||
noteId?: string;
|
||||
notePath?: string[];
|
||||
isClone?: boolean;
|
||||
@@ -22,5 +22,3 @@ interface NoteMeta {
|
||||
attachments?: AttachmentMeta[];
|
||||
children?: NoteMeta[];
|
||||
}
|
||||
|
||||
export default NoteMeta;
|
||||
|
||||
Reference in New Issue
Block a user