mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
chore(types): add type for note meta file
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import type AttachmentMeta from "./attachment_meta.js";
|
||||
import type AttributeMeta from "./attribute_meta.js";
|
||||
|
||||
export interface NoteMetaFile {
|
||||
formatVersion: number;
|
||||
appVersion: string;
|
||||
files: NoteMeta[];
|
||||
}
|
||||
|
||||
export default interface NoteMeta {
|
||||
noteId?: string;
|
||||
notePath?: string[];
|
||||
|
||||
Reference in New Issue
Block a user