export interface StaticSourceFieldsProps { editingSource: DataSource; label: string; placeholder: string; onUpdateField: (field: K, value: DataSource[K]) => void; };