Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias GithubUser
import { type GithubUser } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/examples/feature-apps/github-oauth-middleware/oauth.ts";
definition: { id: number; login: string; avatar_url: string; name: string; }