UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

12 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllowedType = void 0; var AllowedType; (function (AllowedType) { AllowedType["ALLOWED"] = "ALLOWED"; AllowedType["BLOCKED"] = "BLOCKED"; AllowedType["EXPIRED"] = "EXPIRED"; AllowedType["NO_CREDIT"] = "NO_CREDIT"; AllowedType["NOT_ALLOWED"] = "NOT_ALLOWED"; })(AllowedType || (exports.AllowedType = AllowedType = {})); //# sourceMappingURL=allowed-type.enum.js.map