Type alias TeacherPersonalInfoResponse

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

Type declaration

  • currentStep: "collectTeacherPersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • segment: "teacher"
  • subSegment: null
  • submissionUrl: string

Description

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