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

Order

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

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

type Order = "ASCENDING" | "DESCENDING" | cmnP.UnexpectedEnumValue;

§Type

§
"ASCENDING" | "DESCENDING" | cmnP.UnexpectedEnumValue
[src]