interface ListImagesResponse {
    images: Marketplace.v2.Image[];
    totalCount: number;
}

Properties

Properties

images: Marketplace.v2.Image[]
totalCount: number