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

OutputSerialization

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

Describes how the select output is serialized.

interface OutputSerialization {
csv?: CSVOutput | null;
}

§Properties

§
csv?: CSVOutput | null
[src]

Describes the serialization of CSV-encoded query results.