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

Project

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

project information

interface Project {
created: UnixTime;
displayName: string;
googleAnalyticsCode: string | null;
gyazoTeamsName: string | null;
isMember: boolean;
loginStrategies: string[];
name: string;
plan?: string | null;
publicVisible: boolean;
theme: string;
updated: UnixTime;
}

§Properties

§
displayName: string
[src]
§
googleAnalyticsCode: string | null
[src]
§
gyazoTeamsName: string | null
[src]
§
isMember: boolean
[src]
§
loginStrategies: string[]
[src]
§
name: string
[src]
§
plan?: string | null
[src]

planの種類

public projectの場合はnullになる

古いprojectだとpropertyが生えていない

§
publicVisible: boolean
[src]
§
theme: string
[src]