chore(client): add some documentation

This commit is contained in:
Elian Doran
2025-07-07 20:04:17 +03:00
parent 994e9fa852
commit ce9010ff13
2 changed files with 11 additions and 0 deletions

View File

@@ -186,6 +186,9 @@ interface RefreshContext {
noteIdsToReload: Set<string>;
}
/**
* The information contained within a drag event.
*/
export interface DragData {
noteId: string;
branchId: string;