Type Alias PaginationLink

type PaginationLink = {
    href?: string;
}
Index

Properties

Properties

href?: string

The URL for the pagination link.