We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cbb87 commit 19798d2Copy full SHA for 19798d2
src/tools/actor.ts
@@ -1,6 +1,6 @@
1
import type { Client } from '@modelcontextprotocol/sdk/client/index.js';
2
import { Ajv } from 'ajv';
3
-import { type ActorCallOptions, type ActorRun, type Dataset, type PaginatedList } from 'apify-client';
+import type { ActorCallOptions, ActorRun, Dataset, PaginatedList } from 'apify-client';
4
import { z } from 'zod';
5
import zodToJsonSchema from 'zod-to-json-schema';
6
0 commit comments