chore(client/ts): port mind_map

This commit is contained in:
Elian Doran
2025-01-14 19:18:44 +02:00
parent e16f4a1a71
commit 580bebb4a3
5 changed files with 36 additions and 13 deletions

View File

@@ -262,6 +262,9 @@ type EventMappings = {
};
noteContextRemovedEvent: {
ntxIds: string[];
};
exportSvg: {
ntxId: string;
}
};