Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Issue
import { type Issue } from "https://deno.land/x/netzo@v0.2.19/apis/mod.ts";

Properties

id: number
node_id: string
url: string
repository_url: string
labels_url: string
comments_url: string
events_url: string
html_url: string
number: number
state: string
title: string
body: string
user: UserBasics
labels: Array<{ id: number; node_id: string; url: string; name: string; description: string; color: string; default: boolean; }>
assignee: UserBasics
assignees: UserBasics[]
milestone: { url: string; html_url: string; labels_url: string; id: number; node_id: string; number: number; state: string; title: string; description: string; creator: UserBasics; open_issues: number; closed_issues: number; created_at: string; updated_at: string; closed_at: string; due_on: string; }
locked: boolean
active_lock_reason: string
comments: number
pull_request: { url: string; html_url: string; diff_url: string; patch_url: string; }
closed_at: any
created_at: string
updated_at: string
repository: RepoBasics & { allow_rebase_merge: boolean; template_repository: any; temp_clone_token: string; allow_squash_merge: boolean; allow_auto_merge: boolean; delete_branch_on_merge: boolean; allow_merge_commit: boolean; subscribers_count: number; network_count: number; license: { key: string; name: string; url: string; spdx_id: string; node_id: string; html_url: string; }; forks: number; open_issues: number; watchers: number; }
author_association: string