/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from ".."; export interface AuditLogEventDto { action: string; occurredAt: string; actor: WorkOS.AuditLogEventActorDto; targets: WorkOS.AuditLogEventTargetDto[]; context: WorkOS.AuditLogEventContextDto; metadata?: Record; version?: number; }