mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): remove unused comment
This commit is contained in:
parent
97a4005a97
commit
6d1c9850b9
@ -29,17 +29,6 @@ export enum FieldType {
|
|||||||
html = 'html',
|
html = 'html',
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* The following interfaces are declared, and currently not used
|
|
||||||
* TextSetting
|
|
||||||
* MultiTextSetting
|
|
||||||
* CheckboxSetting
|
|
||||||
* SelectSetting
|
|
||||||
* NumberSetting
|
|
||||||
* AttachmentSetting
|
|
||||||
* MultipleAttachmentSetting
|
|
||||||
* AnySetting
|
|
||||||
**/
|
|
||||||
export interface TextSetting extends Setting {
|
export interface TextSetting extends Setting {
|
||||||
type: SettingType.text;
|
type: SettingType.text;
|
||||||
value: string;
|
value: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user