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) 201 B
/** The layout of the workflow status. */ export interface WorkflowStatusLayoutPayload { /** The x coordinate of the status. */ x?: number; /** The y coordinate of the status. */ y?: number; }