diff options
Diffstat (limited to 'viewer/src/@types/gallery.d.ts')
-rw-r--r-- | viewer/src/@types/gallery.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts index 1987416..14a7ed9 100644 --- a/viewer/src/@types/gallery.d.ts +++ b/viewer/src/@types/gallery.d.ts | |||
@@ -56,4 +56,4 @@ declare namespace Gallery { | |||
56 | } | 56 | } |
57 | type RawTag = string; | 57 | type RawTag = string; |
58 | type ItemType = "other" | "picture" | "directory"; | 58 | type ItemType = "other" | "picture" | "directory"; |
59 | } \ No newline at end of file | 59 | } |