mirror of
https://github.com/zadam/trilium.git
synced 2025-12-07 16:04:23 +01:00
fix(note-create): fix type definition for CreateNoteWithUrlOpts
This commit is contained in:
parent
2f00685fcb
commit
e582eeddb5
@ -83,7 +83,7 @@ export type CreateNoteWithUrlOpts = CreateNoteOpts & {
|
||||
parentNoteUrl: string;
|
||||
|
||||
// Disambiguates the position for cloned notes.
|
||||
targetBranchId: string;
|
||||
targetBranchId?: string;
|
||||
}
|
||||
|
||||
type NeverDefineParentNoteUrlRule = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user