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

ListWorkspacesResponse

import type { ListWorkspacesResponse } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface ListWorkspacesResponse {
nextToken?: string | null;
workspaces: WorkspaceSummary[];
}

§Properties

§
nextToken?: string | null
[src]

The token to use when requesting the next set of workspaces.

§
workspaces: WorkspaceSummary[]
[src]

An array of structures that contain some information about the workspaces in the account.