Raw byline evidence and optional match to a known PR contact.

interface PrStoryAuthor {
    author_email?: null | string;
    author_name?: null | string;
    author_url?: null | string;
    confidence?: null | number;
    created_at?: null | string;
    evidence?: Record<string, any>;
    id: string;
    match_source?: null | string;
    person?: null | PrPerson;
    pr_person_id?: null | string;
    pr_story_id: string;
    publication_id?: null | string;
    story?: null | PrStory;
    updated_at?: null | string;
}

Properties

author_email?: null | string
author_name?: null | string
author_url?: null | string
confidence?: null | number
created_at?: null | string
evidence?: Record<string, any>
id: string
match_source?: null | string
person?: null | PrPerson
pr_person_id?: null | string
pr_story_id: string
publication_id?: null | string
story?: null | PrStory
updated_at?: null | string

Generated using TypeDoc