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

ColumnDescription

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

Metadata that contains a description for a column.

interface ColumnDescription {
Text?: string | null;
}

§Properties

§
Text?: string | null
[src]

The text of a description for a column.