Type Alias Links

Contains pagination links.

type Links = {
    next?: { href?: string };
    prev?: { href?: string };
    self?: { href?: string };
}
Index

Properties

Properties

next?: { href?: string }

Type declaration

  • Optionalhref?: string

    Link to the next page of items.

prev?: { href?: string }

Type declaration

  • Optionalhref?: string

    Link to the previous page of items.

self?: { href?: string }

Type declaration

  • Optionalhref?: string

    Link to the current page of items.