Type alias TeacherPersonalInfoRequest

TeacherPersonalInfoRequest: {
    birthDate?: BirthDate;
    postalCode?: string;
} & WithOrganization & WithCoreFields

Type declaration

  • Optional birthDate?: BirthDate
  • Optional postalCode?: string

Description

The request to submit when verification is on the step "collectTeacherPersonalInfo"