Type Alias PaginationLink

type PaginationLink = {
    href?: string | null;
}
Index
href?: string | null

The URL for the pagination link.