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

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

Properties

owner_url: string
url: string
html_url: string
columns_url: string
id: number
node_id: string
name: string

Name of the project

body: string | null

Body of the project

number: number
state: "open" | "closed"

State of the project; either 'open' or 'closed'

creator: User
created_at: string
updated_at: string