Skip to main content
Module

x/netzo/mod.ts>Project

Deno-powered framework for building business web apps
Go to Latest
type alias Project
import { type Project } from "https://deno.land/x/netzo@0.4.11/mod.ts";
definition: { [k: string]: unknown; _id: string; workspaceId: string; uid: string; name: string; description: string; labels: string[]; avatar: string; markdown: string; userIds: string[]; denoProductionDeploymentId: string; denoLatestDeploymentId: string; apiKeyId: string; env: { development: Record<string, string | { _id: string; }>; production: Record<string, string | { _id: string; }>; }; envVars?: { development: Record<string, string>; production: Record<string, string>; }; }