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

SlotTypeSortBy

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

Specifies attributes for sorting a list of slot types.

interface SlotTypeSortBy {
order: SortOrder;
}

§Properties

§

The attribute to use to sort the list of slot types.

§

The order to sort the list. You can say ascending or descending.