CSVOutput
import type { CSVOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface CSVOutput {
FieldDelimiter?: string | null;
QuoteCharacter?: string | null;
QuoteEscapeCharacter?: string | null;
QuoteFields?: QuoteFields | null;
RecordDelimiter?: string | null;
}