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 e70192c commit 4bd4853Copy full SHA for 4bd4853
src/resource_clients/actor.ts
@@ -271,6 +271,7 @@ export interface Actor {
271
modifiedAt: Date;
272
stats: ActorStats;
273
versions: ActorVersion[];
274
+ pricingInfos?: ActorRunPricingInfo[];
275
defaultRunOptions: ActorDefaultRunOptions;
276
exampleRunInput?: ActorExampleRunInput;
277
isDeprecated?: boolean;
0 commit comments