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

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

Properties

changes: { archived_at: { from: null; to: string; }; }
action: "archived"
projects_v2_item: ProjectsV2Item & { archived_at: string; }
sender: User
optional
organization: Organization
optional
installation: InstallationLite