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

InputSerialization

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

Describes how the archive is serialized.

interface InputSerialization {
csv?: CSVInput | null;
}

§Properties

§
csv?: CSVInput | null
[src]

Describes the serialization of a CSV-encoded object.