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/databrew.ts?docs=full";
type Order = "DESCENDING" | "ASCENDING" | cmnP.UnexpectedEnumValue;

§Type

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