Interface ImageSearchResponseItem

ImageSearchResponseItem

interface ImageSearchResponseItem {
    description?: string;
    is_automated?: boolean;
    is_official?: boolean;
    name?: string;
    star_count?: number;
}

Properties

description?: string
is_automated?: boolean
is_official?: boolean
name?: string
star_count?: number