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

SortCriteria

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

The criteria used to sort.

interface SortCriteria {
attributeName?: string | null;
orderBy?: OrderBy | null;
}

§Properties

§
attributeName?: string | null
[src]

The name of the attribute to sort on.

§
orderBy?: OrderBy | null
[src]

The sort order, ascending or descending.