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

User

import type { User } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";

user information

interface User {
displayName: string;
id: UserId;
name: string;
photo: string;
}

§Properties

§
displayName: string
[src]

user display name

§
name: string
[src]

user name

§
photo: string
[src]

profile image URL