A ranked title-to-outlet match with evidence, contact route, and plain-English explanation.

interface PrTitleMatch {
    best_contact_path?: null | Record<string, any>;
    evidence_links: PrLink[];
    matched_tags: string[];
    publication: PrPublication;
    risks: string[];
    score: number;
    why: string[];
}

Properties

best_contact_path?: null | Record<string, any>
evidence_links: PrLink[]
matched_tags: string[]
publication: PrPublication
risks: string[]
score: number
why: string[]

Generated using TypeDoc