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

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

Properties

changes: { previous_projects_v2_item_node_id: { from: string; to: string | null; }; }
action: "reordered"
projects_v2_item: ProjectsV2Item
sender: User
optional
organization: Organization
optional
installation: InstallationLite