@salesforce/core
    Preparing search index...
    Options:
        | { oauthConfig: JwtOAuth2Config & { scope?: string } }
        | {
            clientApp: string;
            oauthConfig: JwtOAuth2Config & { scope?: string };
            username: string;
        }