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

ProjectStatus

import type { ProjectStatus } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";

An indication of whether a project creation or deletion is failed or successful.

interface ProjectStatus {
reason?: string | null;
state: string;
}

§Properties

§
reason?: string | null
[src]

In the case of a project creation or deletion failure, a reason for the failure.

§
state: string
[src]

The phase of completion for a project creation or deletion.