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

AppType

import type { AppType } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
type AppType =
| "DotNetFramework"
| "Java"
| "SQLServer"
| "IIS"
| "Oracle"
| "Other"
| "Tomcat"
| "JBoss"
| "Spring"
| "Mongo DB"
| "DB2"
| "Maria DB"
| "MySQL"
| "Sybase"
| "PostgreSQLServer"
| "Cassandra"
| "IBM WebSphere"
| "Oracle WebLogic"
| "Visual Basic"
| "Unknown"
| "DotnetCore"
| "Dotnet"

§Type

§
"DotNetFramework" | "Java" | "SQLServer" | "IIS" | "Oracle" | "Other" | "Tomcat" | "JBoss" | "Spring" | "Mongo DB" | "DB2" | "Maria DB" | "MySQL" | "Sybase" | "PostgreSQLServer" | "Cassandra" | "IBM WebSphere" | "Oracle WebLogic" | "Visual Basic" | "Unknown" | "DotnetCore" | "Dotnet" | cmnP.UnexpectedEnumValue
[src]