export interface IDevices { source: string; id: string; building_id: number | null; parent_device_id: string | null; level: string | null; type: string | null; name: string | null; measurement_target: string | null; disabled_at: string | null; disable_reason_id: number | null; show_in_output: boolean | null; identifier: string | null; supply_point_number: string | null; meter_number: string | null; identification_gid: string | null; }