MAI CALL - step 5

This commit is contained in:
2026-05-16 15:42:52 +01:00
parent f10a346356
commit d5ab1e5463
5 changed files with 85 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
export { prisma, type DbClient } from './client';
export { tenantScoped, type TenantScopedClient } from './tenant-extension';
export { Prisma, UserRole } from '@prisma/client';
export type { User, Tenant, Workstation, DomainEvent } from '@prisma/client';
export { Prisma, UserRole, MaintenanceRequestStatus } from '@prisma/client';
export type { User, Tenant, Workstation, DomainEvent, MaintenanceRequest } from '@prisma/client';