UNPKG

@greenactionstudio/ocpp-types

Version:

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

6 lines (4 loc) 85 B
import { FirmwareStatus } from './'; export type req = { status: FirmwareStatus }