@sheerid/jslib
    Preparing search index...

    Type Alias ConsolationResponse

    ConsolationResponse: {
        consolationRewardCode: string;
        currentStep: "consolation";
        redirectUrl?: string;
        segment: Segment;
        subSegment: SubSegment;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment

    Response from REST API. No further requests are expected.