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.

10 lines (8 loc) 304 B
import type { ServiceDeskCustomer } from '../models'; export interface RemoveCustomers extends ServiceDeskCustomer { /** * The ID of the service desk the customers should be removed from. This can alternatively be a [project * identifier.](#project-identifiers) */ serviceDeskId: string; }