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.

14 lines (13 loc) 522 B
export interface GetFailedWebhooks { /** * The maximum number of webhooks to return per page. If obeying the maxResults directive would result in records with * the same failure time being split across pages, the directive is ignored and all records with the same failure time * included on the page. */ maxResults?: number; /** * The time after which any webhook failure must have occurred for the record to be returned, expressed as * milliseconds since the UNIX epoch. */ after?: number; }