Skip to main content
Go to Latest
type alias GithubUser
import { type GithubUser } from "https://deno.land/x/aleph@1.0.0-beta.1/examples/feature-apps/github-oauth-middleware/oauth.ts";
definition: { id: number; login: string; avatar_url: string; name: string; }