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 |
Representation of a Catalog List CatalogList
export interface CatalogList {
'catalogs'?: Array<Catalog>;
}| Name | Required | Type | Description |
|---|---|---|---|
catalogs | Optional | Array<Catalog> | List of catalog items {Array<Catalog>} CatalogList |