/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../.."; export interface AuditLogAction { object: "audit_log_action"; name: string; schema: WorkOS.AuditLogSchema; createdAt: Date; updatedAt: Date; }