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

ColumnMetadata

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

Metadata for column in the table.

interface ColumnMetadata {
format: Format;
name: string;
}

§Properties

§
format: Format
[src]

The format of the column.

§
name: string
[src]

The name of the column.