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>Discussion

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

Properties

repository_url: string
category: { id: number; repository_id: number; emoji: string; name: string; description: string; created_at: string; updated_at: string; slug: string; is_answerable: boolean; }
answer_html_url: string | null
answer_chosen_at: string | null
answer_chosen_by: User | null
html_url: string
id: number
node_id: string
number: number
title: string

The discussion post's title.

user: User
state: "open" | "locked" | "converting"
locked: boolean
comments: number
created_at: string
updated_at: string
author_association: AuthorAssociation
active_lock_reason: string | null
body: string

The discussion post's body text.

optional
reactions: Reactions