gatelineAPI reference
interface LoadedConfig {
    configPath: null | string;
    sources: RunSource[];
    warnings: string[];
}

Properties

configPath: null | string

Where the config was read from, or null when defaulted.

sources: RunSource[]
warnings: string[]