export interface SelectFieldProvider { path?: string; values?: Array; key: string; displayKey: string; }