@sheerid/jslib
    Preparing search index...

    Type Alias AgePersonalInfoResponse

    AgePersonalInfoResponse: {
        currentStep: "collectAgePersonalInfo";
        errorIds?: [ErrorId];
        instantMatchAttempts?: number;
        maxAge?: number;
        minAge?: number;
        segment: "age";
        submissionUrl: string;
        subSegment: null;
    } & VerificationResponse

    Response from REST API indicating that AgePersonalInfoViewModel is expected to be submitted next.