import { Audit, User } from '@prisma/client'; declare global { type AuditLog = Audit & { user: User; }; }