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