Alokai

StoreCountList

Representation of a Store Count List StoreCountList

export interface StoreCountList {
	'countriesAndRegionsStoreCount'?: Array<StoreCount>;
}

Properties

NameRequiredTypeDescription
countriesAndRegionsStoreCountOptionalArray<StoreCount>List of store counts {Array<StoreCount>} StoreCountList

Referenced Types

On this page