@sheerid/jslib
    Preparing search index...

    Type Alias TeacherPersonalInfoResponse

    TeacherPersonalInfoResponse: {
        currentStep: "collectTeacherPersonalInfo";
        errorIds?: [ErrorId];
        instantMatchAttempts?: number;
        segment: "teacher";
        submissionUrl: string;
        subSegment: null;
    } & VerificationResponse

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