export interface IEnapoMetadata { id: string; id_type: "ean" | "eic"; source: string; address: string; location_type: string; company_name: string; company_id: string; custom_fields: Partial; } export interface IEnapoCustomFields { tarif_type: string; tarif_1T2T: string; phases: string; circuit_breaker: string; type_B_meter: boolean; }