chore(client/ts): port highlights_list

This commit is contained in:
Elian Doran
2025-01-07 12:34:10 +02:00
parent 0713b4aec8
commit 85c225fe05
9 changed files with 133 additions and 66 deletions

View File

@@ -31,6 +31,8 @@ export interface ViewScope {
viewMode?: ViewMode;
attachmentId?: string;
readOnlyTemporarilyDisabled?: boolean;
highlightsListPreviousVisible?: boolean;
highlightsListTemporarilyHidden?: boolean;
}
interface CreateLinkOptions {