Wildberries API TypeScript SDK / <internal> / NewsItem
Interface: NewsItem
Defined in: types/general.types.ts:20
News item structure from news endpoint
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="id"></a> id | number | ID новости | types/general.types.ts:22 |
<a id="header"></a> header | string | Заголовок новости | types/general.types.ts:24 |
<a id="date"></a> date | string | Дата и время публикации новости | types/general.types.ts:26 |
<a id="content"></a> content | string | Текст новости | types/general.types.ts:28 |
<a id="types"></a> types | NewsTag[] | Теги новости | types/general.types.ts:30 |