Filters accepted by /pr/feeds.

interface PrFeedSearchParams {
    feed_type?: PrFeedType;
    has_stories?: boolean;
    include_raw?: boolean;
    page?: number;
    per_page?: number;
    publication_id?: string;
    q?: string;
    sort?: string;
    source?: string;
    status?: PrFeedStatus;
}

Properties

feed_type?: PrFeedType
has_stories?: boolean
include_raw?: boolean
page?: number
per_page?: number
publication_id?: string
q?: string
sort?: string
source?: string
status?: PrFeedStatus

Generated using TypeDoc