Type Alias Links

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