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

VersionControlType

import type { VersionControlType } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
type VersionControlType =
| "GITHUB"
| "GITHUB_ENTERPRISE"
| "AZURE_DEVOPS_GIT"

§Type

§
"GITHUB" | "GITHUB_ENTERPRISE" | "AZURE_DEVOPS_GIT" | cmnP.UnexpectedEnumValue
[src]