export interface DndListSettings { allowedTypes: string[]; effectAllowed: string; disabled: boolean; externalSources?: boolean; horizontal?: boolean; max?: number; }