LWT JavaScript API
    Preparing search index...

    Interface PreferencesGetResponse

    Envelope returned by GET /profile/preferences.

    interface PreferencesGetResponse {
        settings: Record<string, string>;
    }
    Index
    settings: Record<string, string>