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.

8 lines (7 loc) 189 B
/** The x and y location of the status in the workflow. */ export interface WorkflowStatusLayout { /** The x axis location. */ x?: number; /** The y axis location. */ y?: number; }