Type Alias Links

Notifications links

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