@sheerid/jslib
    Preparing search index...

    Type Alias SuccessResponse

    SuccessResponse: {
        consumerInfoState?: ConsumerInfoState;
        currentStep: "success";
        redirectUrl?: string;
        rewardCode: string;
        rewardData?: string[];
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment

    Response from REST API. No further requests are expected.