UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

13 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TenantQuerySchema = void 0; const base_1 = require("@citrineos/base"); exports.TenantQuerySchema = (0, base_1.QuerySchema)('TenantQuerySchema', [ { key: 'tenantId', type: 'number', required: true, defaultValue: String(base_1.DEFAULT_TENANT_ID), }, ]); //# sourceMappingURL=Tenant.js.map