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

StorageConnectorType

import type { StorageConnectorType } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";

The type of storage connector.

type StorageConnectorType =
| "HOMEFOLDERS"
| "GOOGLE_DRIVE"
| "ONE_DRIVE"

§Type

§
"HOMEFOLDERS" | "GOOGLE_DRIVE" | "ONE_DRIVE" | cmnP.UnexpectedEnumValue
[src]