Type alias FirstResponderPersonalInfoResponse

FirstResponderPersonalInfoResponse: {
    availableStatuses?: FirstResponderStatus[];
    currentStep: "collectFirstResponderPersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    segment: "firstResponder";
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • Optional availableStatuses?: FirstResponderStatus[]
  • currentStep: "collectFirstResponderPersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • segment: "firstResponder"
  • submissionUrl: string