fix(api): remove unused comment

This commit is contained in:
yassinedorbozgithub 2025-06-01 10:03:45 +01:00
parent 97a4005a97
commit 6d1c9850b9

View File

@ -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;