export interface AuditLog { accountId?: string; type?: string; action?: string; ipAddress?: string; userAgent?: string; detail?: string; }