diff --git a/src/store/radix-api.ts b/src/store/radix-api.ts index e859e35f5..ff8b8f8f0 100644 --- a/src/store/radix-api.ts +++ b/src/store/radix-api.ts @@ -2900,6 +2900,8 @@ export type Deployment = { activeFrom?: string; /** ActiveTo Timestamp when the deployment ends */ activeTo?: string; + /** Name of the branch used to build the deployment */ + builtFromBranch?: string; /** Array of components */ components?: Component[]; /** Name of job creating deployment */