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;
id: ProjectId;
isMember: boolean;
loginStrategies: string[];
name: string;
plan?: string | null;
publicVisible: boolean;
theme: string;
updated: UnixTime;
}