UNPKG

@greenactionstudio/ocpp-types

Version:

A centralized library of Open Charge Point Protocol (OCPP) types for use in other projects.

8 lines (6 loc) 134 B
import { MeterValue } from './'; export type req = { connectorId: number; transactionId?: number; meterValue: MeterValue[]; };