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

ListSlackWorkspaceConfigurationsResult

import type { ListSlackWorkspaceConfigurationsResult } from "https://aws-api.deno.dev/v0.4/services/supportapp.ts?docs=full";
interface ListSlackWorkspaceConfigurationsResult {
nextToken?: string | null;
slackWorkspaceConfigurations?: SlackWorkspaceConfiguration[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The point where pagination should resume when the response returns only partial results.

§
slackWorkspaceConfigurations?: SlackWorkspaceConfiguration[] | null
[src]

The configurations for a Slack workspace.