UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

9 lines (8 loc) 282 B
export interface GetDeploymentGatingStatusByKey { /** The ID of the Deployment's pipeline. */ pipelineId: string; /** The ID of the Deployment's environment. */ environmentId: string; /** The Deployment's deploymentSequenceNumber. */ deploymentSequenceNumber: number; }