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

ProviderType

import type { ProviderType } from "https://aws-api.deno.dev/v0.4/services/codestarconnections.ts?docs=full";
type ProviderType =
| "Bitbucket"
| "GitHub"
| "GitHubEnterpriseServer"

§Type

§
"Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | cmnP.UnexpectedEnumValue
[src]