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/scrapbox-jp/types/0.1.2/mod.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