import type { UmbElementAuditLogType } from './utils/index.js'; import type { UmbAuditLogModel } from '../../core/audit-log/index.js'; export interface UmbElementAuditLogModel extends UmbAuditLogModel { }