UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

9 lines 377 B
"use strict"; // Copyright Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache 2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.TariffQuerySchema = void 0; const base_1 = require("@citrineos/base"); exports.TariffQuerySchema = (0, base_1.QuerySchema)('TariffQuerySchema', [['id', 'string']]); //# sourceMappingURL=Tariff.js.map