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

FindingStatisticsSortAttributeName

import type { FindingStatisticsSortAttributeName } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

The grouping to sort the results by. Valid values are:

type FindingStatisticsSortAttributeName = "groupKey" | "count" | cmnP.UnexpectedEnumValue;

§Type

§
"groupKey" | "count" | cmnP.UnexpectedEnumValue
[src]