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) 518 B
export interface GetInsightWorkspaces { /** * The starting index of the returned workspace IDs. Base index: 0 See the * [Pagination](https://developer.atlassian.com/cloud/jira/service-desk/rest/intro/#pagination) section for more * details. */ start?: number; /** * The maximum number of workspace IDs to return per page. Default: 50 See the * [Pagination](https://developer.atlassian.com/cloud/jira/service-desk/rest/intro/#pagination) section for more * details. */ limit?: number; }