import { MeterValue } from './';

export type req = {
  connectorId: number;
  transactionId?: number;
  meterValue: MeterValue[];
};
