mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server-ts: Port services/notes
This commit is contained in:
@@ -173,6 +173,7 @@ interface NoteParams {
|
||||
dateCreated?: string;
|
||||
utcDateCreated?: string;
|
||||
ignoreForbiddenParents?: boolean;
|
||||
target?: "into";
|
||||
}
|
||||
|
||||
function createNewNote(params: NoteParams): {
|
||||
|
||||
Reference in New Issue
Block a user