Interface InMemorySource

interface InMemorySource {
    fileSource?: undefined;
    filename?: undefined;
    name: string;
    sources?: undefined;
}

Hierarchy

  • BaseSource
    • InMemorySource

Properties

fileSource?: undefined

The configuration read.

filename?: undefined

Filename if this came from a file.

name: string

Name of source.

sources?: undefined

The two settings that were merged to.