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

OrderByElement

import type { OrderByElement } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";

A field and direction for ordered output.

interface OrderByElement {
fieldName: string;
sortOrder?: orderString | null;
}

§Properties

§
fieldName: string
[src]

The field on which to order.

§
sortOrder?: orderString | null
[src]

Ordering direction.