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

Properties

optional
filter:
| "assigned"
| "created"
| "mentioned"
| "subscribed"
| "repos"
| "all"
optional
state: "open" | "closed" | "all"
optional
labels: string
optional
sort: "created" | "updated" | "comments"
optional
direction: "asc" | "desc"
optional
since: string
optional
collab: boolean
optional
orgs: boolean
optional
owned: boolean
optional
pulls: boolean
optional
per_page: number
optional
page: number