aboutsummaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorpacien2020-02-25 19:25:16 +0100
committerNotkea2020-02-27 19:33:49 +0100
commitb468dcbf3343ea251703078ec89d3215116fc2f6 (patch)
tree3bf1a18762a399a2a98a81c14332a8dd244ad0ad /viewer
parent27a7bebc32a527cc86857008b491b9571e807183 (diff)
downloadldgallery-b468dcbf3343ea251703078ec89d3215116fc2f6.tar.gz
compiler: re-introduce gallery title
Diffstat (limited to 'viewer')
-rw-r--r--viewer/src/@types/gallery.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts
index 399fb66..4fa544f 100644
--- a/viewer/src/@types/gallery.d.ts
+++ b/viewer/src/@types/gallery.d.ts
@@ -23,7 +23,7 @@ declare namespace Gallery {
23 } 23 }
24 24
25 interface GalleryProperties { 25 interface GalleryProperties {
26 // empty for now 26 galleryTitle: string
27 } 27 }
28 interface Index { 28 interface Index {
29 properties: GalleryProperties, 29 properties: GalleryProperties,