apify-client-js
apify-client-js copied to clipboard
Clients typing inconsistency
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.