Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/plugins/auth/utils/providers/github.ts>UserGithub

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias UserGithub
import { type UserGithub } from "https://deno.land/x/netzo@0.5.108/plugins/auth/utils/providers/github.ts";
definition: { login: string; id: number; node_id: string; 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: string; site_admin: boolean; name: unknown; company: string; blog: string; location: string; email: unknown; hireable: unknown; bio: string; twitter_username: unknown; public_repos: number; public_gists: number; followers: number; following: number; created_at: string; updated_at: string; }