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) 231 B
/** * The level of validation to return from the API. If no values are provided, the default would return `WARNING` and * `ERROR` level validation results. */ export interface ValidationOptionsForUpdate { levels?: string[]; }