Interface VerificationSource

A source document for verification.

interface VerificationSource {
    content: string;
    title?: string;
    url?: string;
}

Properties

Properties

content: string

Source text content.

title?: string

Source title or heading.

url?: string

Source URL or file path.