mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +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;
|
parentNoteUrl: string;
|
||||||
|
|
||||||
// Disambiguates the position for cloned notes.
|
// Disambiguates the position for cloned notes.
|
||||||
targetBranchId: string;
|
targetBranchId?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
type NeverDefineParentNoteUrlRule = {
|
type NeverDefineParentNoteUrlRule = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user