Rename Actor
interface so that it doesn't clash with the SDK
#644
Labels
t-tooling
Issues with this label are in the ownership of the tooling team.
See https://github.com/apify/apify-client-js/blob/master/src/resource_clients/actor.ts#L224 - the
interface Actor
returned fromActorClient.get
could benefit from being renamed to e.g.ActorResponse
orActorData
.Stems from feedback by @Jkuzz - https://apify.slack.com/archives/CD0SF6KD4/p1740146722916739
The text was updated successfully, but these errors were encountered: