UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

12 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PowerType = void 0; var PowerType; (function (PowerType) { PowerType["AC_1_PHASE"] = "AC_1_PHASE"; PowerType["AC_2_PHASE"] = "AC_2_PHASE"; PowerType["AC_2_PHASE_SPLIT"] = "AC_2_PHASE_SPLIT"; PowerType["AC_3_PHASE"] = "AC_3_PHASE"; PowerType["DC"] = "DC"; })(PowerType || (exports.PowerType = PowerType = {})); //# sourceMappingURL=power-type.enum.js.map