UNPKG

@greenactionstudio/ocpp-types

Version:

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

11 lines (8 loc) 154 B
import { KeyValue } from './'; export type req = { key?: string[]; }; export type conf = { configurationKey: KeyValue[]; unknownKey: string[]; };