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

DestinationOptions

import type { DestinationOptions } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";

An object that contains the options relating to the destination of the import request.

interface DestinationOptions {
columnMap?: {
[key: string]: SourceDataColumnProperties | null | undefined;
}
| null;
}

§Properties

§
columnMap?: {
[key: string]: SourceDataColumnProperties | null | undefined;
}
| null
[src]

A map of the column id to the import properties for each column.