Interface ImageSearchResponse

interface ImageSearchResponse {
    results: ImageSearchResult[];
}

Properties

Properties

Generated using TypeDoc