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

ListProjectsResult

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

Result structure used for requests to list projects in AWS Mobile Hub.

interface ListProjectsResult {
nextToken?: string | null;
projects?: ProjectSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]
§
projects?: ProjectSummary[] | null
[src]