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

StartSelectorType

import type { StartSelectorType } from "https://aws-api.deno.dev/v0.3/services/kinesisvideomedia.ts?docs=full";
type StartSelectorType =
| "FRAGMENT_NUMBER"
| "SERVER_TIMESTAMP"
| "PRODUCER_TIMESTAMP"
| "NOW"
| "EARLIEST"
| "CONTINUATION_TOKEN"

§Type

§
"FRAGMENT_NUMBER" | "SERVER_TIMESTAMP" | "PRODUCER_TIMESTAMP" | "NOW" | "EARLIEST" | "CONTINUATION_TOKEN" | cmnP.UnexpectedEnumValue
[src]