The JSON:API links related to pagination.

Hierarchy

  • Links

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
first: string

First page link.

last: string

Last page link.

next?: string

Next page link.

previous?: string

Previous page link.

self: string

Request link.

Generated using TypeDoc