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

ImportSortBy

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

Provides information for sorting a list of imports.

interface ImportSortBy {
order: SortOrder;
}

§Properties

§

The export field to use for sorting.

§

The order to sort the list.