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

SlackMetadata

import type { SlackMetadata } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The connector metadata specific to Slack.

interface SlackMetadata {
oAuthScopes?: string[] | null;
}

§Properties

§
oAuthScopes?: string[] | null
[src]

The desired authorization scope for the Slack account.