Type Alias ListLinks

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