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

ListSlackChannelConfigurationsResult

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

§Properties

§
nextToken?: string | null
[src]

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

§
slackChannelConfigurations: SlackChannelConfiguration[]
[src]

The configurations for a Slack channel.