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

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

Properties

changes: { content_type: { from: "DraftIssue"; to: "Issue"; }; }
action: "converted"
projects_v2_item: ProjectsV2Item & { content_type: "Issue"; }
sender: User
optional
organization: Organization
optional
installation: InstallationLite