UNPKG

@greenactionstudio/ocpp-types

Version:

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

7 lines (6 loc) 142 B
export type req = { location: string; retries?: number; retrieveDate: string; // ISO 8601 Date Time String retryInterval?: number; };