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

ProjectData

import type { ProjectData } from "https://garn.io/ts/v0.0.20/project.ts";
type ProjectData = {
tag: "project";
description: string;
defaultEnvironment?: Environment;
defaultExecutable?: Executable;
}
;

§Type

§
{
tag: "project";
description: string;
defaultEnvironment?: Environment;
defaultExecutable?: Executable;
}
[src]