@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface AuthenticityCheckResult

    AuthenticityCheckResult

    interface AuthenticityCheckResult {
        Count?: number;
        List: AuthenticityCheckResultListInner[];
        Result: CheckResult;
        Type: AuthenticityResultType;
    }

    Implemented by

    Index

    Properties

    Properties

    Count?: number

    Count of items in List

    AuthenticityCheckResult

    AuthenticityCheckResult

    Result: CheckResult

    AuthenticityCheckResult

    AuthenticityCheckResult