import { IMeteringPointDetails } from '../../../../data'; export interface IMeteringPointsResponse { result: IMeteringPointDetails[]; }