@tikoci/centrs
    Preparing search index...

    Interface SettingsSetData

    interface SettingsSetData {
        key: string;
        previous: SettingsValue | null;
        value: SettingsValue;
    }
    Index

    Properties

    Properties

    key: string
    previous: SettingsValue | null