Type Alias CollectionsListCollectionsResponseBody

ListCollectionsResponseBody result type

type CollectionsListCollectionsResponseBody = {
    data: CollectionResultResponseBody[];
    links: CollectionsLinksResponseBody;
}
Index

Properties

Properties