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

StorageType

import type { StorageType } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
type StorageType =
| "S3"
| "KINESIS_VIDEO_STREAM"
| "KINESIS_STREAM"
| "KINESIS_FIREHOSE"

§Type

§
"S3" | "KINESIS_VIDEO_STREAM" | "KINESIS_STREAM" | "KINESIS_FIREHOSE" | cmnP.UnexpectedEnumValue
[src]