fix(note-create): fix type definition for CreateNoteWithUrlOpts

This commit is contained in:
Jakob Schlanstedt 2025-10-28 18:49:41 +01:00
parent f0dead5390
commit 82a3be06d1

View File

@ -83,7 +83,7 @@ export type CreateNoteWithUrlOpts = CreateNoteOpts & {
parentNoteUrl: string;
// Disambiguates the position for cloned notes.
targetBranchId: string;
targetBranchId?: string;
}
type NeverDefineParentNoteUrlRule = {