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.

15 lines (14 loc) 261 B
export interface GetAllQuickFilters { isLast: boolean; maxResults: number; startAt: number; total: number; values: { boardId?: number; description?: string; id?: number; jql?: string; name?: string; position?: number; }[]; }