Wildberries API TypeScript SDK / <internal> / File
Interface: File
Defined in: types/communications.types.ts:249
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="contenttype"></a> contentType? | string | Тип файла | types/communications.types.ts:251 |
<a id="date"></a> date? | string | Дата загрузки файла | types/communications.types.ts:253 |
<a id="downloadid"></a> downloadID? | string | ID файла. Получить файл | types/communications.types.ts:255 |
<a id="name"></a> name? | string | Название файла | types/communications.types.ts:257 |
<a id="url"></a> url? | string | URL для получения файла | types/communications.types.ts:259 |
<a id="size"></a> size? | number | Размер файла в байтах | types/communications.types.ts:261 |