UNPKG

@citrineos/base

Version:

The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.

7 lines 217 B
export class TenantContextManager { static getSchemaForTenant(tenantId) { return `${this.schemaPrefix}${tenantId}`; } } TenantContextManager.schemaPrefix = 'tenant_'; //# sourceMappingURL=tenant.js.map