@sheerid/jslib
    Preparing search index...

    Type Alias StudentPersonalInfoResponse

    StudentPersonalInfoResponse: {
        currentStep: "collectStudentPersonalInfo";
        errorIds?: [ErrorId];
        instantMatchAttempts?: number;
        segment: "student";
        submissionUrl: string;
        subSegment: null;
    } & VerificationResponse

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