Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UserResponse

import type { UserResponse } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";

the response type of https://scrapbox.io/api/users/me

type UserResponse = GuestUser | MemberUser;