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) 307 B
import type { JqlQueryToSanitize } from './jqlQueryToSanitize'; /** The list of JQL queries to sanitize for the given account IDs. */ export interface JqlQueriesToSanitize { /** The list of JQL queries to sanitize. Must contain unique values. Maximum of 20 queries. */ queries: JqlQueryToSanitize[]; }