ElectronUploadRawData
Unofficial
Raw data to be uploaded as part of a request body.
Import:
import type { ElectronUploadRawData } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronUploadRawDataProperties
| Property | Type | Description | |
|---|---|---|---|
| bytes | Buffer | Data to be uploaded. | |
| type | 'rawData' | The upload data type discriminant. |
Links to this page: