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.

9 lines (8 loc) 268 B
export interface GetProjectUsagesForWorkflow { /** The workflow ID */ workflowId: string; /** The cursor for pagination */ nextPageToken?: string; /** The maximum number of results to return. Must be an integer between 1 and 200. */ maxResults?: number; }