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

NotMemberProject

import type { NotMemberProject } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";

project information which isn't joined

interface NotMemberProject {
created: number;
displayName: string;
googleAnalyticsCode: string | null;
gyazoTeamsName: string | null;
image?: string;
isMember: false;
loginStrategies: string[];
name: string;
publicVisible: boolean;
theme: string;
updated: number;
}

§Properties

§
created: number
[src]
§
displayName: string
[src]
§
googleAnalyticsCode: string | null
[src]
§
gyazoTeamsName: string | null
[src]
§
image?: string
[src]
§
isMember: false
[src]
§
loginStrategies: string[]
[src]
§
name: string
[src]
§
publicVisible: boolean
[src]
§
theme: string
[src]
§
updated: number
[src]