AuthenticityCheckList

interface AuthenticityCheckList {
    Count?: number;
    List: AuthenticityCheckResult[];
}

Implemented by

Properties

Properties

Count?: number

Count of items in List

AuthenticityCheckList

Authenticity Check

AuthenticityCheckList