Skip to content

Commit

Permalink
fix: change type Build.actorDefinitions to Build.actorDefinition (#…
Browse files Browse the repository at this point in the history
…624)

It should be `actorDefinition` instead of `actorDefinitions`
  • Loading branch information
jirispilka authored Jan 10, 2025
1 parent 6a56897 commit 611f313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource_clients/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export interface Build {
usage?: BuildUsage;
usageTotalUsd?: number;
usageUsd?: BuildUsage;
actorDefinitions?: ActorDefinition;
actorDefinition?: ActorDefinition;
}

export interface BuildUsage {
Expand Down

0 comments on commit 611f313

Please sign in to comment.