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

ClipRange

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

Clip range configuration for the VOD source associated with the program.

interface ClipRange {
EndOffsetMillis: number;
}

§Properties

§
EndOffsetMillis: number
[src]

The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.