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

SortCriterion

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

A collection of finding attributes used to sort findings.

interface SortCriterion {
Field?: string | null;
SortOrder?: SortOrder | null;
}

§Properties

§
Field?: string | null
[src]

The finding attribute used to sort findings.

§
SortOrder?: SortOrder | null
[src]

The order used to sort findings.