UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

10 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthMethod = void 0; var AuthMethod; (function (AuthMethod) { AuthMethod["AUTH_REQUEST"] = "AUTH_REQUEST"; AuthMethod["COMMAND"] = "COMMAND"; AuthMethod["WHITELIST"] = "WHITELIST"; })(AuthMethod || (exports.AuthMethod = AuthMethod = {})); //# sourceMappingURL=auth-method.enum.js.map