Export

ListMatchingItemsResponse

interface ListMatchingItemsResponse {
    Items?: Item[];
}

Properties

Properties

Items?: Item[]

A list of items.

Memberof

ListMatchingItemsResponse