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

SourceDataColumnProperties

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

An object that contains the properties for importing data to a specific column in a table.

interface SourceDataColumnProperties {
columnIndex?: number | null;
}

§Properties

§
columnIndex?: number | null
[src]

The index of the column in the input file.