UNPKG

@greenactionstudio/ocpp-types

Version:

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

10 lines (7 loc) 132 B
import { IdToken, IdTagInfo } from './'; export type req = { idTag: IdToken; }; export type conf = { idTagInfo: IdTagInfo; };