import { JsonValue } from "@prisma/client/runtime/library"; export interface ParticipantLog { event: string; timestamp: Date; user: string; }