export interface WellPropertiesSummaryRow { region?: string; country?: string; block?: string; field?: string; quadrant?: string; operator?: string; wellsCount: number; }