PerDocumentConfig

interface PerDocumentConfig {
    docID?: number[];
    excludeAuthChecks?: number;
}

Properties

docID?: number[]

Specific template IDs, for which apply current custom configuration

PerDocumentConfig

excludeAuthChecks?: number

Contains items from AuthenticityResultType as sum via OR operation

PerDocumentConfig