@sheerid/jslib
    Preparing search index...

    Type Alias OverrideResponse

    OverrideResponse: {
        currentStep: "override";
        errorIds?: [ErrorId];
        segment: Segment;
        submissionUrl: string;
        subSegment: SubSegment;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment

    Response from REST API. No further requests are expected.