@sheerid/jslib
    Preparing search index...

    Type Alias VerificationResponse

    VerificationResponse: {
        currentStep: VerificationStep;
        errorIds?: ErrorId[];
        lastResponse?: VerificationResponse;
        maxAge?: number;
        minAge?: number;
        submissionUrl?: string;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment

    Base type for all responses