diff options
author | pacien | 2020-05-04 00:11:31 +0200 |
---|---|---|
committer | pacien | 2020-05-04 00:11:31 +0200 |
commit | 35456c6183c199b23ded85838414eb28a6d4b60f (patch) | |
tree | fed4b18d46ab28c1ebdb049afb8dd568d25872c0 /viewer/src/@types | |
parent | f328a730b516f5e9104f85e553c083c2865660a8 (diff) | |
download | ldgallery-35456c6183c199b23ded85838414eb28a6d4b60f.tar.gz |
viewer/LdDownload: add generic file download handler
GitHub: closes #209
Diffstat (limited to 'viewer/src/@types')
-rw-r--r-- | viewer/src/@types/gallery.d.ts | 1 |
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", |