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

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

The project item itself. To find more information about the project item, you can use node_id (the node ID of the project item) and project_node_id (the node ID of the project) to query information in the GraphQL API. For more information, see "Using the API to manage projects."

Properties

id: number
node_id: string
project_node_id: string
content_node_id: string
content_type: "DraftIssue" | "Issue" | "PullRequest"
creator: User
created_at: string
updated_at: string
archived_at: string | null