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

Entity

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

The entity details.

interface Entity {
entityId: string;
entityType: string;
}

§Properties

§
entityId: string
[src]

The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.

§
entityType: string
[src]

The entity type.