type Links = {
    next?: PaginationLink;
    prev?: PaginationLink;
}
Index

Properties

Properties