apify-client-js icon indicating copy to clipboard operation
apify-client-js copied to clipboard

Clients typing inconsistency

Open gullmar opened this issue 2 months ago • 2 comments

ActorClient's methods start and call have as a first parameter input?: unknown. The same methods in TaskClient have input?: Dictionary. This is inconsistent, and allows passing an input with the wrong type when using ActorClient.

gullmar avatar Dec 29 '25 09:12 gullmar