@tikoci/centrs
    Preparing search index...

    Interface CommonSettingsMeta

    Provenance for the settings every command shares. The index signature allows command-specific settings without losing discoverability of the common ones.

    interface CommonSettingsMeta {
        format?: SettingSource;
        host?: SettingSource;
        maxResultsBytes?: SettingSource;
        password?: SettingSource;
        port?: SettingSource;
        timeoutMs?: SettingSource;
        username?: SettingSource;
        validate?: SettingSource;
        via?: SettingSource;
        [key: string]: SettingSource | undefined;
    }

    Indexable

    Index

    Properties

    format?: SettingSource
    maxResultsBytes?: SettingSource
    password?: SettingSource
    timeoutMs?: SettingSource
    username?: SettingSource
    validate?: SettingSource