mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
server-ts: Port services/special_notes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user