chore(client): fix type errors

This commit is contained in:
Elian Doran
2026-02-14 12:43:40 +02:00
parent 7b230706cb
commit 2ef4eb7eae

View File

@@ -22,6 +22,11 @@ type Labels = {
pageUrl: string;
dateNote: string;
// Scripting
run: string;
widget: boolean;
"disabled:widget": boolean;
// Tree specific
subtreeHidden: boolean;