Skip to content

ElectronFeedURLOptions

Unofficial

Options for configuring the auto updater feed URL.

Import:

import type { ElectronFeedURLOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronFeedURLOptions

Properties

PropertyTypeDescription
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).
urlstringThe feed URL.