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.

12 lines (11 loc) 191 B
export interface GetBoardByFilterId { isLast: boolean; maxResults: number; startAt: number; total: number; values: { id?: number; name?: string; self?: string; }[]; }