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

ExportSortBy

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

Provides information about sorting a list of exports.

interface ExportSortBy {
order: SortOrder;
}

§Properties

§

The export field to use for sorting.

§

The order to sort the list.