StoreCountList
Representation of a Store Count List StoreCountList
export interface StoreCountList {
'countriesAndRegionsStoreCount'?: Array<StoreCount>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
countriesAndRegionsStoreCount | Optional | Array<StoreCount> | List of store counts {Array<StoreCount>} StoreCountList |