export interface IField { expression?: string; fieldName: string; fieldLabel?: string; isCalculated: boolean; }