export interface ElementOptionDBCriteria { field?: string; condition?: string; valueSource?: string; inputValue?: string; logicalOperator?: string; }