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

MotionImageInsertionMode

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

Choose the type of motion graphic asset that you are providing for your overlay. You can choose either a .mov file or a series of .png files.

type MotionImageInsertionMode = "MOV" | "PNG" | cmnP.UnexpectedEnumValue;