Type Alias PageLinks

type PageLinks = {
    next?: PageLink;
    prev?: PageLink;
    self?: PageLink;
}
Index

Properties

Properties

next?: PageLink
prev?: PageLink
self?: PageLink