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

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

Properties

url: string
project_url: string
column_url: string
column_id: number
id: number

The project card's ID

node_id: string
note: string | null
archived: boolean

Whether or not the card is archived

creator: User
created_at: string
updated_at: string
optional
content_url: string
optional
after_id: string | number | null