@sheerid/jslib
    Preparing search index...

    Type Alias SeniorPersonalInfoResponse

    SeniorPersonalInfoResponse: {
        currentStep: "collectSeniorPersonalInfo";
        errorIds?: [ErrorId];
        instantMatchAttempts?: number;
        segment: "senior";
        submissionUrl: string;
        subSegment: null;
    } & VerificationResponse

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