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;