ElectronProtocolResponseUploadData
Unofficial
Upload data used as the body of a protocol response for POST requests.
Import:
import type { ElectronProtocolResponseUploadData } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronProtocolResponseUploadDataProperties
| Property | Type | Description | |
|---|---|---|---|
| contentType | string | MIME type of the content. | |
| data | Buffer | string | Content to be sent. |
Links to this page: