@xylabs/sdk-react
    Preparing search index...

    Interface VerificationSummaryProps

    interface VerificationSummaryProps {
        accuracyPercentage: number;
        comparisonText: string;
        comparisonValue: number;
        currentLocation: string;
        finalConfirmation?: boolean;
        locationCheckCount: number;
        locationHeader: string;
        monthlyChange: number;
        monthlyVerificationCount: number;
        regions: VerificationStep[];
        status: string;
        statusHeader: string;
        timeHeader: string;
        title: string;
        yearlyChange: number;
        yearlyVerificationCount: number;
    }
    Index

    Properties

    accuracyPercentage: number
    comparisonText: string
    comparisonValue: number
    currentLocation: string
    finalConfirmation?: boolean
    locationCheckCount: number
    locationHeader: string
    monthlyChange: number
    monthlyVerificationCount: number
    regions: VerificationStep[]
    status: string
    statusHeader: string
    timeHeader: string
    title: string
    yearlyChange: number
    yearlyVerificationCount: number