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

DeleteEventsByEventTypeResult

import type { DeleteEventsByEventTypeResult } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface DeleteEventsByEventTypeResult {
eventsDeletionStatus?: string | null;
eventTypeName?: string | null;
}

§Properties

§
eventsDeletionStatus?: string | null
[src]

The status of the delete request.

§
eventTypeName?: string | null
[src]

Name of event type for which to delete the events.