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

DataFormat

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

The data format of the import job's data source.

type DataFormat = "CSV" | "JSON" | cmnP.UnexpectedEnumValue;