chore(client/ts): port spacer

This commit is contained in:
Elian Doran
2025-01-04 21:59:35 +02:00
parent c2315a9341
commit fa6d229ecf
2 changed files with 8 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ export type CommandMappings = {
searchString?: string;
ancestorNoteId?: string | null;
};
showLaunchBarSubtree: CommandData;
showOptions: CommandData & {
section: string;
};