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) 169 B
/** Card layout settings of the board */ export interface CardLayoutField { fieldId?: string; id?: number; mode?: 'PLAN' | 'WORK' | string; position?: number; }