aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/gallery.d.ts
diff options
context:
space:
mode:
authorpacien2020-05-04 00:11:31 +0200
committerpacien2020-05-04 00:11:31 +0200
commit35456c6183c199b23ded85838414eb28a6d4b60f (patch)
treefed4b18d46ab28c1ebdb049afb8dd568d25872c0 /viewer/src/@types/gallery.d.ts
parentf328a730b516f5e9104f85e553c083c2865660a8 (diff)
downloadldgallery-35456c6183c199b23ded85838414eb28a6d4b60f.tar.gz
viewer/LdDownload: add generic file download handler
GitHub: closes #209
Diffstat (limited to 'viewer/src/@types/gallery.d.ts')
-rw-r--r--viewer/src/@types/gallery.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts
index 066aedf..3246894 100644
--- a/viewer/src/@types/gallery.d.ts
+++ b/viewer/src/@types/gallery.d.ts
@@ -55,6 +55,7 @@ declare namespace Gallery {
55 } 55 }
56 interface OtherProperties { 56 interface OtherProperties {
57 type: "other", 57 type: "other",
58 resource: string
58 } 59 }
59 interface PictureProperties { 60 interface PictureProperties {
60 type: "picture", 61 type: "picture",