Type Alias CollectionLinksResponseBody

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

Properties

Properties

items?: Link
self?: Link