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

FileSourceTimeDeltaUnits

import type { FileSourceTimeDeltaUnits } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

When you use the setting Time delta (TimeDelta) to adjust the sync between your sidecar captions and your video, use this setting to specify the units for the delta that you specify. When you don't specify a value for Time delta units (TimeDeltaUnits), MediaConvert uses seconds by default.

type FileSourceTimeDeltaUnits = "SECONDS" | "MILLISECONDS" | cmnP.UnexpectedEnumValue;

§Type

§
"SECONDS" | "MILLISECONDS" | cmnP.UnexpectedEnumValue
[src]