Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias GithubUser
import { type GithubUser } from "https://deno.land/x/aleph@1.0.0-beta.26/examples/github-oauth-middleware/oauth.ts";
definition: { id: number; login: string; avatar_url: string; name: string; }