mirror of
https://github.com/zadam/trilium.git
synced 2026-02-24 14:44:28 +01:00
chore(client): fix type errors
This commit is contained in:
parent
7b230706cb
commit
2ef4eb7eae
@ -22,6 +22,11 @@ type Labels = {
|
|||||||
pageUrl: string;
|
pageUrl: string;
|
||||||
dateNote: string;
|
dateNote: string;
|
||||||
|
|
||||||
|
// Scripting
|
||||||
|
run: string;
|
||||||
|
widget: boolean;
|
||||||
|
"disabled:widget": boolean;
|
||||||
|
|
||||||
// Tree specific
|
// Tree specific
|
||||||
subtreeHidden: boolean;
|
subtreeHidden: boolean;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user