@tikoci/centrs
    Preparing search index...

    Interface SettingsResetData

    interface SettingsResetData {
        cleared?: readonly string[];
        key?: string;
        wasSet?: boolean;
    }
    Index

    Properties

    Properties

    cleared?: readonly string[]
    key?: string
    wasSet?: boolean