interface ListImagesResponse {
    images: Registry.v1.Image[];
    totalCount: number;
}

Properties

Properties

images: Registry.v1.Image[]

Paginated list of images that match the selected filters.

totalCount: number

Total number of images that match the selected filters.