export interface FilterCriteria { Children?: null | Array | null; ColumnName?: null | string | null; DataType?: null | string | null; GroupType?: null | string | null; Hash?: null | string | null; Id?: null | string | null; NodeType?: null | string | null; OperatorId?: null | string | null; ParentCriteriaId?: null | string | null; UseForPrompt?: boolean | null; Value1?: null | string | null; Value2?: null | string | null; }