Type alias ResultsSet

ResultsSet: {
    data: ScriptureItemDetail[];
    source: ResultsSource;
}

Represents a set of results keyed by Scripture reference. Generally, the source will be a particular Scripture check, but this type also allows for other types of uniquely identifiable sources.

Type declaration

  • data: ScriptureItemDetail[]

    Array of Scripture item details (messages keyed by Scripture reference).

  • source: ResultsSource

    The backing source associated with this set of results.