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

MotionImagePlayback

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

Specify whether your motion graphic overlay repeats on a loop or plays only once.

type MotionImagePlayback = "ONCE" | "REPEAT" | cmnP.UnexpectedEnumValue;

§Type