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

StudioComponentType

import type { StudioComponentType } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
type StudioComponentType =
| "ACTIVE_DIRECTORY"
| "SHARED_FILE_SYSTEM"
| "COMPUTE_FARM"
| "LICENSE_SERVICE"
| "CUSTOM"

§Type

§
"ACTIVE_DIRECTORY" | "SHARED_FILE_SYSTEM" | "COMPUTE_FARM" | "LICENSE_SERVICE" | "CUSTOM" | cmnP.UnexpectedEnumValue
[src]