UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

20 lines 560 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', [ { key: 'tenantId', type: 'number', required: true, defaultValue: String(base_1.DEFAULT_TENANT_ID), }, { key: 'id', type: 'string', }, ]); //# sourceMappingURL=Tariff.js.map