/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * The configuration for an agent promotion job */ export interface AgentPromotionJobConfig { /** The environment ID where the agent should be promoted */ targetEnvironmentId: Flatfile.EnvironmentId; /** The space ID where the agent is being promoted from */ spaceId: Flatfile.SpaceId; }