Type Alias CollectionLinksResponseBody

type CollectionLinksResponseBody = {
    items?: Link;
    self?: Link;
}
Index
items?: Link
self?: Link