feat(client/ts): port note_list

This commit is contained in:
Elian Doran
2025-01-28 14:13:21 +02:00
parent 15c63f52dc
commit 546274a79d
4 changed files with 25 additions and 14 deletions

View File

@@ -291,6 +291,9 @@ type EventMappings = {
tabReorder: {
ntxIdsInOrder: string[]
};
refreshNoteList: {
noteId: string;
}
};
export type EventListener<T extends EventNames> = {