Wildberries API TypeScript SDK / <internal> / StatInterval
Interface: StatInterval
Defined in: types/promotion.types.ts:357
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="interval"></a> interval | { begin?: string; end?: string; } | Период | types/promotion.types.ts:359 |
interval.begin? | string | Начало периода | types/promotion.types.ts:361 |
interval.end? | string | Конец периода | types/promotion.types.ts:363 |
<a id="stats"></a> stats? | StatsBlok1[] | Блок статистики | types/promotion.types.ts:366 |