Wildberries API TypeScript SDK / <internal> / ResponseTemplate
Interface: ResponseTemplate
Defined in: types/communications.types.ts:24
Успешно
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | { templates?: { id?: string; name?: string; text?: string; }[]; } | - | types/communications.types.ts:25 |
data.templates? | { id?: string; name?: string; text?: string; }[] | - | types/communications.types.ts:26 |
<a id="error"></a> error? | boolean | Есть ли ошибка | types/communications.types.ts:36 |
<a id="errortext"></a> errorText? | string | Описание ошибки | types/communications.types.ts:38 |
<a id="additionalerrors"></a> additionalErrors? | string[] | Дополнительные ошибки | types/communications.types.ts:40 |