Type Alias Links

Notifications links

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

Properties

Properties

next?: { href?: string }
prev?: { href?: string }
self?: { href?: string }