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

DescribeProjectResult

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

Result structure used for requests of project details.

interface DescribeProjectResult {
details?: ProjectDetails | null;
}

§Properties

§
details?: ProjectDetails | null
[src]