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 (6 loc) 264 B
import type { ConnectCustomFieldValue } from './connectCustomFieldValue'; /** Details of updates for a custom field. */ export interface ConnectCustomFieldValues { /** The list of custom field update details. */ updateValueList?: ConnectCustomFieldValue[]; }