Interface SourceInput

An input for cherry picking apps and news from another source.

type MUST be source

Hierarchy

  • SourceInput

Properties

allApps?: boolean

If true, all apps in the source will be cherry picked. This will override appBundleIds.

Defaults to false.

allNews?: boolean

If true, all news in the source will be cherry picked. This will override newsIds.

Defaults to false.

appBundleIds?: string[]

An array of app bundleIdentifiers to cherry pick.

If allApps is true, this option will do nothing.

newsIds?: string[]

An array of news identifiers to cherry pick.

If allNews is true, this option will do nothing.

type: "source"
url: string

The URL for the source.

Generated using TypeDoc