@sheerid/jslib
    Preparing search index...

    Type Alias CollectPersonalInfoResponse

    CollectPersonalInfoResponse: {
        availableStatuses?: AllStatuses[];
        country?: string;
        currentStep: "collectPersonalInfo";
        errorIds?: [ErrorId];
        instantMatchAttempts?: number;
        segment: Segment;
        submissionUrl: string;
        subSegment: SubSegment | SubSegmentMilitary;
    } & VerificationResponse

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