From 6d1c9850b9a8a2ce7a2acb3f21816ff08d408506 Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Sun, 1 Jun 2025 10:03:45 +0100 Subject: [PATCH] fix(api): remove unused comment --- api/src/setting/schemas/types.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api/src/setting/schemas/types.ts b/api/src/setting/schemas/types.ts index 2a22b72d..5d1b6bc2 100644 --- a/api/src/setting/schemas/types.ts +++ b/api/src/setting/schemas/types.ts @@ -29,17 +29,6 @@ export enum FieldType { html = 'html', } -/** - * The following interfaces are declared, and currently not used - * TextSetting - * MultiTextSetting - * CheckboxSetting - * SelectSetting - * NumberSetting - * AttachmentSetting - * MultipleAttachmentSetting - * AnySetting - **/ export interface TextSetting extends Setting { type: SettingType.text; value: string;