Type Alias Links

Contains pagination links

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

Properties

Properties

next?: { href: string }

Link to the next page of items

prev?: { href: string }

Link to the previous page of items

self: { href: string }

Link to the current page of items