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

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

Properties

changes: { field_value: { field_type:
| "single_select"
| "date"
| "number"
| "text"
| "iteration"
; field_node_id: string; }; }
action: "edited"
projects_v2_item: ProjectsV2Item
sender: User
optional
organization: Organization
optional
installation: InstallationLite