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

Fraudster

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

Contains all the information about a fraudster.

interface Fraudster {
CreatedAt?: Date | number | null;
DomainId?: string | null;
GeneratedFraudsterId?: string | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The timestamp when Voice ID identified the fraudster.

§
DomainId?: string | null
[src]

The identifier for the domain containing the fraudster.

§
GeneratedFraudsterId?: string | null
[src]

The service-generated identifier for the fraudster.