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

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

Properties

login: string
id: number
node_id: string
url: string
optional
html_url: string
repos_url: string
events_url: string
hooks_url: string
issues_url: string
members_url: string
public_members_url: string
avatar_url: string
description: string | null