Type Alias Links

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

Properties

Properties

next?: Link
prev?: Link
self?: Link