Alokai

ProductImagesResponse

interface ProductImagesResponse {
	data: Image[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredImage[]Collection of options
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page