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

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

Properties

login: string
id: number
node_id: string
optional
name: string
optional
email: string | null
avatar_url: string
gravatar_id: string
url: string
html_url: string
followers_url: string
following_url: string
gists_url: string
starred_url: string
subscriptions_url: string
organizations_url: string
repos_url: string
events_url: string
received_events_url: string
type: "Bot" | "User" | "Organization"
site_admin: boolean