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.

7 lines (6 loc) 172 B
export interface GetAllUsers { /** The index of the first item to return. */ startAt?: number; /** The maximum number of items to return. */ maxResults?: number; }