Type Alias ListLinks

type ListLinks = {
    next?: Page;
    prev?: Page;
    self?: Self;
}
Index

Properties

Properties

next?: Page
prev?: Page
self?: Self

Object with Href to a particular element or set of elements