LWT JavaScript API
    Preparing search index...
    SettingsApi: {
        getThemePath(path: string): Promise<ApiResponse<ThemePathResponse>>;
        save(key: string, value: string): Promise<ApiResponse<SettingSaveResponse>>;
    } = ...

    Settings API methods.

    Type Declaration