server-ts: Port services/special_notes

This commit is contained in:
Elian Doran
2024-04-03 23:05:06 +03:00
parent 16283d4054
commit 984ce49168
7 changed files with 65 additions and 40 deletions

View File

@@ -155,6 +155,7 @@ function getAndValidateParent(params: GetValidateParams) {
interface NoteParams {
/** optionally can force specific noteId */
noteId?: string;
branchId?: string;
parentNoteId: string;
templateNoteId?: string;
title: string;