server-ts: Port services/notes

This commit is contained in:
Elian Doran
2024-02-18 13:42:05 +02:00
parent 5f4f30f84b
commit 3030fbe60b
7 changed files with 40 additions and 42 deletions

View File

@@ -173,6 +173,7 @@ interface NoteParams {
dateCreated?: string;
utcDateCreated?: string;
ignoreForbiddenParents?: boolean;
target?: "into";
}
function createNewNote(params: NoteParams): {