Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/paginated.ts>Paginated

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
type alias Paginated
import { type Paginated } from "https://deno.land/x/jira@v3.0.2/src/paginated.ts";
definition: { maxResults: number; startAt: number; total: number; isLast: boolean; values: T[]; }