mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 14:34:24 +01:00
fix(note-create): fix type definition for CreateNoteWithUrlOpts
This commit is contained in:
parent
f0dead5390
commit
82a3be06d1
@ -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