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

ProjectSummary

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

Summary information about an AWS Mobile Hub project.

interface ProjectSummary {
name?: string | null;
projectId?: string | null;
}

§Properties

§
name?: string | null
[src]

Name of the project.

§
projectId?: string | null
[src]

Unique project identifier.