You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
Category
Representation of a Category Category
export interface Category {
'code'?: string;
'image'?: Image;
'name'?: string;
'url'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Code of the category {string} Category |
image | Optional | Image | {Image} Category |
name | Optional | string | Name of the category {string} Category |
url | Optional | string | URL of the category {string} Category |