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

Sort

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

A structured set of sort terms.

interface Sort {
fieldId: string;
sortOrder: Order;
}

§Properties

§
fieldId: string
[src]

Unique identifier of a field.

§
sortOrder: Order
[src]

A structured set of sort terms