/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../.."; export interface AuditLogExport { object: "audit_log_export"; id: string; state: WorkOS.AuditLogExportState; url?: string; createdAt: Date; updatedAt: Date; }