chore(client/ts): port note_actions

This commit is contained in:
Elian Doran
2025-01-31 21:08:09 +02:00
parent 298634ceaa
commit e3dbe21c5a
2 changed files with 43 additions and 10 deletions

View File

@@ -81,6 +81,10 @@ export type CommandMappings = {
showOptions: CommandData & {
section: string;
};
showExportDialog: CommandData & {
notePath: string;
defaultType: "single";
};
showDeleteNotesDialog: CommandData & {
branchIdsToDelete: string[];
callback: (value: ResolveOptions) => void;