import type { UmbAuditLogModel, UmbAuditLogRequestArgs } from './types.js'; import type { UmbDataSourceResponse, UmbPagedModel } from '../repository/index.js'; export interface UmbAuditLogDataSource { getAuditLog(args: UmbAuditLogRequestArgs): Promise>>; }