@sheerid/jslib
    Preparing search index...

    Type Alias ThirdPartyLoopResponse

    ThirdPartyLoopResponse: {
        cancelUrl: string;
        currentStep: "thirdPartyLoop";
        errorIds?: [ErrorId];
        loginUrl: string;
        thirdPartyLoopProvider: ThirdPartyLoopProvider;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment