export interface IPreIncomingDataLog { ean: string; year: number; month: number; month_name: string; days_in_stored_month: number; consumption_point: string; address: string; location_type: string; company_name: string; company_id: string; tarif_type: string; tarif_1t2t: string; phases: string; circuit_breaker: string; type_b_meter: string; meter_replaced: string; }