Files
tolaria/src/components/note-list/multiSelectionCommands.ts
2026-04-16 01:36:44 +02:00

6 lines
140 B
TypeScript

export interface NoteListMultiSelectionCommands {
selectedPaths: string[]
deleteSelected?: () => void
organizeSelected?: () => void
}