chore(client/ts): port export

This commit is contained in:
Elian Doran
2025-02-01 16:23:28 +02:00
parent 02d4d011c3
commit dd12d7f314
2 changed files with 40 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ export type CommandMappings = {
};
showExportDialog: CommandData & {
notePath: string;
defaultType: "single";
defaultType: "single" | "subtree";
};
showDeleteNotesDialog: CommandData & {
branchIdsToDelete: string[];