type alias GitHubAvatarImgPropsimport { type GitHubAvatarImgProps } from "https://deno.land/x/netzo@0.2.84/plugins/portals/components/GitHubAvatarImg.tsx"; definition: { login: string; size: number; class?: string; }