Review-only PR draft response. The API never sends email from this endpoint.

interface PrTitleDraftResponse {
    body_html: string;
    draft: PrOutreachDraft;
    draft_status: string;
    emails_sent: boolean;
    person?: null | PrPerson;
    publication?: null | PrPublication;
    recent_stories: PrStory[];
    review_notes: string[];
    target: Record<string, any>;
}

Properties

body_html: string
draft_status: string
emails_sent: boolean
person?: null | PrPerson
publication?: null | PrPublication
recent_stories: PrStory[]
review_notes: string[]
target: Record<string, any>

Generated using TypeDoc