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/codestar.ts?docs=full";
interface ListProjectsResult {
nextToken?: string | null;
projects: ProjectSummary[];
}

§Properties

§
nextToken?: string | null
[src]

The continuation token to use when requesting the next set of results, if there are more results to be returned.

§

A list of projects.