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) 254 B
export interface DeleteCustomFieldOption { /** The ID of the custom field. */ fieldId: string; /** The ID of the context from which an option should be deleted. */ contextId: number; /** The ID of the option to delete. */ optionId: number; }