aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/gallery.d.ts
diff options
context:
space:
mode:
authorZero~Informatique2020-02-13 17:44:34 +0100
committerZero~Informatique2020-02-13 17:44:34 +0100
commit1763c8ce725098100618079553a9ec4f79386a5d (patch)
treecceb8f2d292f59cf53c508160ffa11da1c73386b /viewer/src/@types/gallery.d.ts
parentee9d82d0b307dee1c9138babf954a3864a0c2f83 (diff)
downloadldgallery-1763c8ce725098100618079553a9ec4f79386a5d.tar.gz
viewer: no-cache for config.json and index.json
Diffstat (limited to 'viewer/src/@types/gallery.d.ts')
-rw-r--r--viewer/src/@types/gallery.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts
index 865f621..44eecf6 100644
--- a/viewer/src/@types/gallery.d.ts
+++ b/viewer/src/@types/gallery.d.ts
@@ -19,7 +19,6 @@
19 19
20declare namespace Gallery { 20declare namespace Gallery {
21 interface Config { 21 interface Config {
22 generationTimestamp: number,
23 galleryRoot: string, 22 galleryRoot: string,
24 } 23 }
25 24