Interface UmbAuditLogDataSource<AuditLogType>

interface UmbAuditLogDataSource<AuditLogType> {
    getAuditLog(args: UmbAuditLogRequestArgs): Promise<UmbDataSourceResponse<UmbPagedModel<AuditLogType>>>;
}

Type Parameters

Methods

Methods

""