Skip to content

Commit 19798d2

Browse files
committed
fix type import
1 parent 15cbb87 commit 19798d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/actor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Client } from '@modelcontextprotocol/sdk/client/index.js';
22
import { Ajv } from 'ajv';
3-
import { type ActorCallOptions, type ActorRun, type Dataset, type PaginatedList } from 'apify-client';
3+
import type { ActorCallOptions, ActorRun, Dataset, PaginatedList } from 'apify-client';
44
import { z } from 'zod';
55
import zodToJsonSchema from 'zod-to-json-schema';
66

0 commit comments

Comments
 (0)