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

GetListElementsResult

import type { GetListElementsResult } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface GetListElementsResult {
elements?: string[] | null;
nextToken?: string | null;
}

§Properties

§
elements?: string[] | null
[src]

The list elements.

§
nextToken?: string | null
[src]

The next page token.