diff --git a/src/resource_clients/actor.ts b/src/resource_clients/actor.ts index 1b988057..aea23b5c 100644 --- a/src/resource_clients/actor.ts +++ b/src/resource_clients/actor.ts @@ -268,9 +268,7 @@ export interface ActorExampleRunInput { contentType: string; } -export interface ActorTaggedBuilds { - latest: ActorTaggedBuild; -} +export type ActorTaggedBuilds = Record export interface ActorTaggedBuild { buildId?: string;