fix: apply feedback

This commit is contained in:
hexastack 2025-04-07 09:17:22 +01:00
parent c174ddc708
commit de13301a54

View File

@ -137,9 +137,3 @@ export type AnySetting =
| MultipleAttachmentSetting;
export type SettingDict = { [group: string]: Setting[] };
export type Field = {
name: string;
label: string;
type: ContentTypeType;
};