@tikoci/centrs
    Preparing search index...

    Interface SettingsKeyEntry

    interface SettingsKeyEntry {
        isSet?: boolean;
        perCommandDefault?: Record<string, string>;
        source: SettingSource;
        value: SettingsValue | null;
    }
    Index

    Properties

    isSet?: boolean
    perCommandDefault?: Record<string, string>
    value: SettingsValue | null