Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/octokit-types.ts>DiscussionAnsweredEvent

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface DiscussionAnsweredEvent
import { type DiscussionAnsweredEvent } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Properties

action: "answered"
discussion: Discussion & { category: { is_answerable: true; }; answer_html_url: string; answer_chosen_at: string; answer_chosen_by: User; }
answer: { id: number; node_id: string; html_url: string; parent_id: null; child_comment_count: number; repository_url: string; discussion_id: number; author_association: AuthorAssociation; user: User; created_at: string; updated_at: string; body: string; }
repository: Repository
sender: User
optional
installation: InstallationLite
optional
organization: Organization