Interface SearchItemsResponse

interface SearchItemsResponse {
    items: SearchItem[];
}

Properties

Properties

items: SearchItem[]