A gaming-focused publication, independent blog, or podcast in the PR directory.

interface PrPublication {
    canonical_domain?: null | string;
    contact_points?: PrContactPoint[];
    contact_points_count?: number;
    country?: null | string;
    created_at?: null | string;
    dedicated_to_gaming: boolean;
    description?: null | string;
    eligibility_status: PrEligibilityStatus;
    exclusion_reason?: null | string;
    feeds?: PrFeed[];
    feeds_count?: number;
    id: string;
    language?: null | string;
    last_verified_at?: null | string;
    links?: PrLink[];
    links_count?: number;
    main_pr_email?: null | string;
    main_pr_email_status: PrEmailStatus;
    metadata?: Record<string, any>;
    name: string;
    network_or_owner?: null | string;
    next_verification_at?: null | string;
    people?: PublicationPerson[];
    people_count?: number;
    slug?: null | string;
    source_imported_at?: null | string;
    stories?: PrStory[];
    stories_count?: number;
    tags?: PrTag[];
    type: PrPublicationType;
    updated_at?: null | string;
    url?: null | string;
    verification_status: PrVerificationStatus;
}

Properties

canonical_domain?: null | string
contact_points?: PrContactPoint[]
contact_points_count?: number
country?: null | string
created_at?: null | string
dedicated_to_gaming: boolean
description?: null | string
eligibility_status: PrEligibilityStatus
exclusion_reason?: null | string
feeds?: PrFeed[]
feeds_count?: number
id: string
language?: null | string
last_verified_at?: null | string
links?: PrLink[]
links_count?: number
main_pr_email?: null | string
main_pr_email_status: PrEmailStatus
metadata?: Record<string, any>
name: string
network_or_owner?: null | string
next_verification_at?: null | string
people_count?: number
slug?: null | string
source_imported_at?: null | string
stories?: PrStory[]
stories_count?: number
tags?: PrTag[]
updated_at?: null | string
url?: null | string
verification_status: PrVerificationStatus

Generated using TypeDoc