A story, article, guide, review, or episode imported from a PR feed.

interface PrStory {
    analysis?: Record<string, any>;
    author_email_raw?: null | string;
    author_name_raw?: null | string;
    author_url_raw?: null | string;
    authors?: PrStoryAuthor[];
    canonical_url?: null | string;
    categories?: string[];
    content_excerpt?: null | string;
    content_hash?: null | string;
    created_at?: null | string;
    dek?: null | string;
    feed?: null | PrFeed;
    guid?: null | string;
    id: string;
    ingestion_status?: null | string;
    language?: null | string;
    media_url?: null | string;
    pr_feed_id?: null | string;
    publication?: null | PrPublication;
    publication_id: string;
    published_at?: null | string;
    story_type?: null | string;
    summary?: null | string;
    tags?: string[];
    title: string;
    updated_at?: null | string;
    updated_at_feed?: null | string;
}

Properties

analysis?: Record<string, any>
author_email_raw?: null | string
author_name_raw?: null | string
author_url_raw?: null | string
authors?: PrStoryAuthor[]
canonical_url?: null | string
categories?: string[]
content_excerpt?: null | string
content_hash?: null | string
created_at?: null | string
dek?: null | string
feed?: null | PrFeed
guid?: null | string
id: string
ingestion_status?: null | string
language?: null | string
media_url?: null | string
pr_feed_id?: null | string
publication?: null | PrPublication
publication_id: string
published_at?: null | string
story_type?: null | string
summary?: null | string
tags?: string[]
title: string
updated_at?: null | string
updated_at_feed?: null | string

Generated using TypeDoc