diff options
Diffstat (limited to 'viewer/src/@types')
-rw-r--r-- | viewer/src/@types/gallery.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts index 14a7ed9..03d21fc 100644 --- a/viewer/src/@types/gallery.d.ts +++ b/viewer/src/@types/gallery.d.ts | |||
@@ -18,6 +18,10 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | declare namespace Gallery { | 20 | declare namespace Gallery { |
21 | interface Config { | ||
22 | galleryRoot: string, | ||
23 | } | ||
24 | |||
21 | interface Other extends Item { | 25 | interface Other extends Item { |
22 | properties: OtherProperties, | 26 | properties: OtherProperties, |
23 | } | 27 | } |