Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias ManifestOAuth2ProviderSchema
import { type ManifestOAuth2ProviderSchema } from "https://deno.land/x/deno_slack_sdk@2.12.0/manifest/manifest_schema.ts";
definition: { provider_type: OAuth2ProviderTypeValues; options: OAuth2ProviderOptions; }