Type Alias ItemsLinksResponseBody

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

Properties

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