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

SortCriterion

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

Specifies a field to sort by and a sort order.

interface SortCriterion {
FieldName?: string | null;
Sort?: Sort | null;
}

§Properties

§
FieldName?: string | null
[src]

The name of the field on which to sort.

§
Sort?: Sort | null
[src]

An ascending or descending sort.