ElectronFeedURLOptions
Unofficial
Options for configuring the auto updater feed URL.
Import:
import type { ElectronFeedURLOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronFeedURLOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| headers? | Record<string, string> | HTTP request headers (macOS only). | |
| serverType? | 'default' | 'json' | Can be json or default, see the Squirrel.Mac README for more information (macOS only). | |
| url | string | The feed URL. |