diff options
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", |