chore(nx): prepare commons

This commit is contained in:
Elian Doran
2025-04-22 15:07:48 +03:00
parent 84b6764166
commit 41cf38a26c
62 changed files with 17633 additions and 3739 deletions

View File

@@ -0,0 +1,12 @@
var Command;
(function(Command) {
Command[Command["jumpToNote"] = 0] = "jumpToNote";
Command[Command["searchNotes"] = 1] = "searchNotes";
Command[Command["createNoteIntoInbox"] = 2] = "createNoteIntoInbox";
Command[Command["showRecentChanges"] = 3] = "showRecentChanges";
Command[Command["showOptions"] = 4] = "showOptions";
Command[Command["createAiChat"] = 5] = "createAiChat";
})(Command || (Command = {}));
export { };
//# sourceMappingURL=hidden_subtree.js.map