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.

8 lines (7 loc) 244 B
/** The workflow scheme read request body. */ export interface WorkflowSchemeReadRequest { /** The list of project IDs to query. */ projectIds?: string[]; /** The list of workflow scheme IDs to query. */ workflowSchemeIds?: string[]; }