From 4fa86b565c2055f11e87991b61ba3844c3da8894 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 2 Jul 2021 23:04:32 +0200 Subject: viewer: types normalization - ItemType.ts GitHub: closes #301 --- viewer/src/@types/ItemType.ts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'viewer/src/@types/ItemType.ts') diff --git a/viewer/src/@types/ItemType.ts b/viewer/src/@types/ItemType.ts index 31a395b..9974d4e 100644 --- a/viewer/src/@types/ItemType.ts +++ b/viewer/src/@types/ItemType.ts @@ -1,4 +1,21 @@ -// TODO: Convert all ambiant types related to LdGallery to modules +/* ldgallery - A static generator which turns a collection of tagged +-- pictures into a searchable web gallery. +-- +-- Copyright (C) 2019-2021 Guillaume FOUET +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU Affero General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see . +*/ export enum ItemType { OTHER = "other", -- cgit v1.2.3