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

UserInfo

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

user detailed information

interface UserInfo extends User {
created: UnixTime;
email: string;
pro: boolean;
provider: "google" | "microsoft" | "email";
updated: UnixTime;
}

§Extends

§Properties

§
created: UnixTime
[src]

accountの作成日時

§
email: string
[src]

user e-mail

§
pro: boolean
[src]

whether the user is a pro user or not

§
provider: "google" | "microsoft" | "email"
[src]

login provider

§
updated: UnixTime
[src]

accountの更新日時