aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/store/bookmarks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/store/bookmarks.ts')
-rw-r--r--front-end/src/store/bookmarks.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/front-end/src/store/bookmarks.ts b/front-end/src/store/bookmarks.ts
index 76cc5b9..2af8344 100644
--- a/front-end/src/store/bookmarks.ts
+++ b/front-end/src/store/bookmarks.ts
@@ -33,6 +33,7 @@ export interface Bookmark{
export interface BatchUploadResult{
readonly invalid: BookmarkError[]
+ readonly message?: string
}
export interface BookmarkError{