You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CatalogList
Representation of a Catalog List CatalogList
export interface CatalogList {
'catalogs'?: Array<Catalog>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
catalogs | Optional | Array<Catalog> | List of catalog items {Array<Catalog>} CatalogList |