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 { ConfigurationStatus } from './'; export type req = { key: string; value: string; }; export type conf = { status: ConfigurationStatus; };