Type Alias Links

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

Properties

Properties

next?: Href
prev?: Href
self?: Href