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

x/jira/src/serviceDesk/models/pagedLink.ts>PagedLink

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface PagedLink
import { type PagedLink } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/pagedLink.ts";

Properties

optional
self: string

REST API URL for the current page.

optional
base: string

Base URL for the REST API calls.

optional
context: string
optional
next: string

REST API URL for the next page, if there is one.

optional
prev: string

REST API URL for the previous page, if there is one.