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

OutputFormatOptions

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

Represents a set of options that define the structure of comma-separated (CSV) job output.

interface OutputFormatOptions {
Csv?: CsvOutputOptions | null;
}

§Properties

§

Represents a set of options that define the structure of comma-separated value (CSV) job output.